Menu

#9 processing quoted CSV files

closed
None
5
2006-04-14
2006-03-15
No

This attached patch prepares the groundwork for
processing quoted CSV files with
FileResultSetFactory. It does keep compatiblity with
inserting NULLs when encountering empty delimiters
(although inserts empty string when ,"", is parsed).
Because of the parsing done char-by-char, both
delimiter and quote need to be chars (as contrasted
to String).

Please let me know if FileResultSetFactory should be
modified with this new processing, and I would like
to proceed.

Thanks

Discussion

  • Gábor Lipták

    Gábor Lipták - 2006-03-15

    processing quoted CSV files

     
  • Alwin Ibba

    Alwin Ibba - 2006-03-15
    • assigned_to: nobody --> aibba
     
  • Alwin Ibba

    Alwin Ibba - 2006-04-14
    • status: open --> closed