G gulhaugen Member² Sep 7, 2004 #1 When exporting to file, tsv at least. If the first field is null, the file is missing the first seperator is missing so the file gets jagged. Reproduce: select null a ,1 b from dual union select 1,1 from dual And export to TSV.
When exporting to file, tsv at least. If the first field is null, the file is missing the first seperator is missing so the file gets jagged. Reproduce: select null a ,1 b from dual union select 1,1 from dual And export to TSV.