2

Description

  • I have created an SSIS package imports data from hundreds of csv files on a daily bases
  • I have used the bulk load and foreach loop container

Problem

  • I have created a column on a database table and wanted to know if it is possible to add the source file name on each row of data.

1 Answer 1

1

If you have the filename in a variable (which you could do in the for each loop) then you just use the variable as the data source for the column. Or ther may be a system variable that contains the file name, pole around a bit inthe system varaibles available to you and see.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.