Hi,
That's basically the question. I have a file that is delimited by spaces and tabs. The tabs is easy, char(9). But how do I specify in the format file that I want it break on a space?
I tried:
9.0
6
1 SQLCHAR 0 255 "' '" 3 SYSTEM_DATE ""
etc...
but it doesn't like:
The bulk load failed. The column is too long in the data file for row 1, column 1. Verify that the field terminator and row terminator are specified correctly.
According a website I found, space isn't listed as a field terminator, so I wonder if this can be done?
Thanks
That's basically the question. I have a file that is delimited by spaces and tabs. The tabs is easy, char(9). But how do I specify in the format file that I want it break on a space?
I tried:
9.0
6
1 SQLCHAR 0 255 "' '" 3 SYSTEM_DATE ""
etc...
but it doesn't like:
The bulk load failed. The column is too long in the data file for row 1, column 1. Verify that the field terminator and row terminator are specified correctly.
According a website I found, space isn't listed as a field terminator, so I wonder if this can be done?
Thanks