From: Larry W. V. <lv...@ca...> - 2005-07-06 17:14:39
|
Quoting Andreas Joebges: > I have problems converting the included csv file to pdb. I get the > following error: > > CSV2PDB.EXE: csv file:1: number of fields doesn't match csv file: nb > fields found 1 nb field requested 4 > > Has anyone got an ideas? Well, that error means that for some reason, the conversion program isn't recognizing the character you have specified as a field delimiter. The most common reason I've seen for that is that the character is being recognized by the command line shell as a delimiter, and not ever passed along to the command. -- Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ > Larry W. Virden <mailto:lv...@ca...><URL: http://www.purl.org/NET/lvirden/ > Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. -><- |