-
|
We have a csv-file that is double semi-colon separated that we read through Sling. Sling interprets every single semicolon as a delimiter by default so we get empty columns and data being "pushed" to the wrong column. How can I get it to see ;; as a delimiter? |
Beta Was this translation helpful? Give feedback.
Answered by
flarco
Jun 26, 2025
Replies: 1 comment 3 replies
-
|
Sling doesn't support this natively, but you can use custom SQL for this (which uses duckdb), see https://docs.slingdata.io/examples/file-to-database/custom-sql |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implemented for next release.