Question

I am reading in CSV file and translating it to an SQL Table. The kicker is that one of the columns in the table is of data type ID that needs to be set to a constant (in this case 2). I am not sure how to do this.

Was it helpful?

Solution

You can use a Derived Column Transformation in which you'll create a new output column and set its value to 2. You can then use that column when outputting to SQL.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top