Hi,
I have been trying to use BULK INSERT to load an Oracle spool file.
The file has in addition to just plain bad rows, rows that look like:
1, good data <tab> good data <carriage return>
2, bad data <carriage return>
3, <carriage return> -- i.e. blank row
4, good data <tab> good data <carriage return>
5, etc (mostly good data, interspersed with above scenario)
Problem is, BULK INSERT is rejecting good rows along with the bad rows, and I suspect it's because the data is not consistent, as shown above.
Is this something that BULK INSERT is equipped to deal with even?
Thanks
I have been trying to use BULK INSERT to load an Oracle spool file.
The file has in addition to just plain bad rows, rows that look like:
1, good data <tab> good data <carriage return>
2, bad data <carriage return>
3, <carriage return> -- i.e. blank row
4, good data <tab> good data <carriage return>
5, etc (mostly good data, interspersed with above scenario)
Problem is, BULK INSERT is rejecting good rows along with the bad rows, and I suspect it's because the data is not consistent, as shown above.
Is this something that BULK INSERT is equipped to deal with even?
Thanks