Hi, ...Would it be more complicated to allow lineSeparator to be any string or > char than change the documentation? >
I don't understand. You can already change the lineSeparator to be any string or character. > At least because other database utilities have such feature (Oracle SQL > Loader) > The CSV tool is for CSV files as described in http://en.wikipedia.org/wiki/Comma-separated_values - specially for human readable plain text files. It's not fully compatible with Oracle SQL Loader, and that never was the plan, and it is still not the plan. > and because I do not need to import data from CSV into H2, but I want to > use CSV as external (table) source and such situation my own parser does > not solve such a prroblem. > You could use your own parser within H2 (user defined function returning a result set). Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
