| Message: 60454 |
 |
BY: Michael Parker (michael301) DATE: 2008-09-15 10:52 SUBJECT: Specifying converters column by column? When parsing a CSV file I usually know what data type to expect in each column, is there a way to specify which converter to use on each column? As far as I can tell, the :converters option allows one to determine converter precedence, but the same setting seems to be used for all columns. | |