Hi guys
I have to take a flat file which is not very well delimited and read it in one line at a time and pass each line individually to a stored procedure
Bulk insert is not suitable as the delimiters are not very clear
e.g.
this is one line
SEQ000002000000TRN ADD 1774710000000928 AUG 01 28 AUG 01 0400 00000000000040.39 0006.00000000000000002770.59 00000000000000.00 00000000000000.00 5706000130 AUG 01 0000
Any ideas?
;-)
Thanks in advance
I have to take a flat file which is not very well delimited and read it in one line at a time and pass each line individually to a stored procedure
Bulk insert is not suitable as the delimiters are not very clear
e.g.
this is one line
SEQ000002000000TRN ADD 1774710000000928 AUG 01 28 AUG 01 0400 00000000000040.39 0006.00000000000000002770.59 00000000000000.00 00000000000000.00 5706000130 AUG 01 0000
Any ideas?
;-)
Thanks in advance