octosql
octosql copied to clipboard
CSV parameter to secify separator
Exporting from Excel in many locales other than en use ; as the separator for csv. octosql has no way to specify another separator but the default ,
Is it possible to change, since 2023 ?
Exporting from Excel in many locales other than en use
;as the separator for csv. octosql has no way to specify another separator but the default,
Hi, I have created a repository that addresses this issue. You can find it at octosql_csv_sep. This is not perfect but it work for csv with ";",for example, the export csv write with "," separator.