I am having problems importing a text file that has about 2k records with 22 fields separated with a tilde ("~").
1. I have pre defined a temp table "tt" with all 22 fields.
2. I run the following code:
repeat:
create tt.
import delimiter "~~" tt.
end.
And it does not import all the records. I cannot see a pattern
to the records it skips.
3. The text file opens just fine in Excel delimited with "~".
Any suggestions? Thanks.
1. I have pre defined a temp table "tt" with all 22 fields.
2. I run the following code:
repeat:
create tt.
import delimiter "~~" tt.
end.
And it does not import all the records. I cannot see a pattern
to the records it skips.
3. The text file opens just fine in Excel delimited with "~".
Any suggestions? Thanks.