I have an SSIS package that reads from a spreadsheet and writes out to a CSV file. I also need to have a header record as the first record with the number of records that were processed. I have the 2 data flows to create the output file (,csv) and the header record (.txt).I renamed the .csv file to .tct. From another suggestion I have an Execute Process task where I have created a file that says
COPY /B E:\Conversion\PlanSource\"Plansource IA Record Out.txt" + E:\Conversion\PlanSource\"II Sample Records Out.txt" "Plansource II Records.txt"
The file is named Make Complete Output File.bat
The Execute Process Task
always bombs out. Can somebody tell me what I am doing wrong?
Thanks,
Dick