Thanks very much!
Is it possible to use the replace function for column values? For example I have to delete / replace some characters (such as blank spaces) from a field that will become a URI: Data 01 => www.example.com/Data01 Thanks
Is it possible to use the replace function for column values? For example I have to delete / replace some characters (such as blank spaces) from a field that will become a URI: Data 01 => www.example.com/Data01
Is it possible to use the replace function for column values? For example I have to delete / replace some characters (such as blank spaces) from a field that will become a URI
Thanks so much!!!
Thank you very much but on maven I don't see version 1.0.38: https://mvnrepository.com/artifact/net.sourceforge.csvjdbc/csvjdbc
Many thanks for the changes!!! It is exactly what I needed. Is it possible to have a new version of the library now? Now I use 1.0.37
Thanks for the reply If I'm not wrong, LIMIT and OFFSET work on the results after running the query. I would like to split the file before running the query. For example, in the getNextDataLine () method of the CsvRawReader class, insert an exit condition (input.getLineNumber () <= maxRow?). What do you think?