SSIS - Excel Macro

Tim Mullady 221 Reputation points
2020-08-18T13:46:27.5+00:00

Hello,

I have an SSIS ETL that moves excel files from a local folder and inserts the data into a SQL database.

I'm running into some issues with a the excel files being in two different formats breaking the ETL mappings.

I've created an excel macro that converts the format of the file into one standard format.

Can someone help me have the SSIS ETL open the excel file and run the macro in the beginning of the ETL run?

Any help would be greatly appreciated.

Thanks,

Tim

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,574 questions
0 comments No comments
{count} votes

Accepted answer
  1. Monalv-MSFT 5,901 Reputation points
    2020-08-19T08:02:03.797+00:00

    Hi Tim,

    The following links will be helpful:

    Run Excel Macro using SSIS Script Task

    ScriptTask for Run the Macro code on Excel save Excel file as txt

    Best Regards,
    Mona


    If the response is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.