HI
I have a csv file and one of the column is concatanated like ".col1:.col2"
I am using ssis to load csv file into a sql table. How can i seperate the column?
thanks
|
HI I have a csv file and one of the column is concatanated like ".col1:.col2" I am using ssis to load csv file into a sql table. How can i seperate the column? thanks
| |||
|
feedback
|
|
Here is how you could do it:
Col1, with the expression: Col2, with the expression: Finally, load the relevant fields of the dataflow into you Sql destination. I haven't tested the expressions myself, so they might have some one-off errors. | |||
|
feedback
|