c# - Using excel attached in an email as a source in SSIS package -
i want use excel sheet comes attachment in email source , want export data database table. although don't have restriction on using third party tool avoid that. pointers regarding appreciated.
i don't know of lets ssis read email, let alone extract attachments , process them spreadsheets. (biztalk can, that's subject entirely.) it's easier have person receiving email save attachment predefined location (typically network share) , launch ssis package read spreadsheet , load database accordingly.
Comments
Post a Comment