Re: [SQL] problems with copy

2007-09-28 Thread Luis Carlos Ferreira
El Lun 24 Sep 2007 21:38, chester c young escribió: > I'm getting lots of delimited files from Excel and MySQL users that, > mid-file, begin truncating lines if ending in null values. > > for example: > 1781: "one","two","three",, > 1782: "one","two","three",, > 1783: "one","two","three",, >

[SQL] problems with copy

2007-09-24 Thread chester c young
I'm getting lots of delimited files from Excel and MySQL users that, mid-file, begin truncating lines if ending in null values. for example: 1781: "one","two","three",, 1782: "one","two","three",, 1783: "one","two","three",, (delimited files from Open Office are well behaved) is there any wa