-
hi,
am using flatpack 3.1.1 for CSV parsing. While retrieving the strings from dataset using dataset.getString() or detDate(), it add one space characters to each orininal character in the CSV file. How this behaviour ? how can it be resolved ?
Thanks
Alex.
2009-12-22 15:40:08 UTC by nobody
-
Parser created with BuffReaderParseFactory#newDelimitedParser(final Reader pzmapXML, final Reader dataSource, final char delimiter, final char qualifier, final boolean ignoreFirstRecord) crashes at AbstractParser:111 with JDOM Exception:
Exception in thread "main" net.sf.flatpack.InitialisationException: org.jdom.input.JDOMParseException: Error on line 1 of document file:///: Content is not...
2009-12-21 19:25:47 UTC by nobody
-
When parsing the DataSet, the record type must obviously be known internally. However it is not exposed externally, so the client code must check a set of record types manually. See the Camel Flatpack code below which is hard coded to check "header" and "trailer". This would be simplified, if it the record type was exposed...
2009-07-27 09:01:16 UTC by yschimke