DowntownD17
Programmer
I have an annoying flat file that I'm trying to use SSIS to get into a database. The thing I can't figure out is that the flat file has a weird convention, if the row has no seq control number, the description is longer than one row and needs to be append to the description above it. Here an example:
1 This is a line
2 This is another lin
3 This is the line that never ends
it could go on and on my friend...
4 An yet another line
So 3 and the line after need to appended together, any ideas. (PS There are description that take up more than two rows.)
1 This is a line
2 This is another lin
3 This is the line that never ends
it could go on and on my friend...
4 An yet another line
So 3 and the line after need to appended together, any ideas. (PS There are description that take up more than two rows.)