Hello, Recently in an interview , Interviewer asked me below question :
I have an Excel where data is Double Pipe delimited ( ||) then how can we parse the data and load it in a table by using SSIS.
Like :
ColumnA||ColumnB||ColumnC...
When I map it directly with the table , it adds a New column between the existing columns, I think double pipe is treated a new column between the existing columns because SSIS understands single Pipe delimited data only. Like ColumnA NewColumn ColumnB NewCoulmn ColumnC.
Please let me know the approaches to achieve it.
Thanks in advance.