csvjdbc icon indicating copy to clipboard operation
csvjdbc copied to clipboard

Mirror of git://git.code.sf.net/p/csvjdbc/code

Results 12 csvjdbc issues
Sort by recently updated
recently updated
newest added

I've proposed this a while ago back on SourceForge. Adds more flexibility to the handling of quote styles and an additional NONE style, which disables quote style handling. This was...

adding support for case sensitive columns like ID, Id, id

When reading a CSV with fixed width, white space is always trimmed. See `CsvRawReader::parseFixedLine` > ` values[i] = values[i].trim();` In my use-case, I have leading white space that should remain...

Add querying of CSV files from a URL. This will enable Google Sheets spreadsheets (and other data publicly available on the internet as CSV files) to be queried directly, without...

Just curious how similar/transferable the codebase would be, and what the effort expenditure would look like?

Added a custom function, POW, exactly like the example. When I pass a COLUMN as a value it is either empty string or null. What gives? p.s. function will take...

Add an SQL function to convert a date or timestamp to a string. The java.time.format.DateTimeFormatter class will be used to do the conversion and format will be a pattern used...

Add an SQL function to convert a string to a date/timestamp. The java.time.format.DateTimeFormatter class will be used to convert the string and format will be a pattern used by java.time.format.DateTimeFormatter....