can we add multiple delimeters in memsql while loading data from a kafka pipeline?
Can you clarify what you mean by multiple delimiters, and maybe give an example?
it was like adding two or more delimiters at a time …
like ‘,’ or ‘|~|’ or ‘zz’ like this…
You can use multi-character delimiters. The field-end and line-end delimiters can be different. But you can’t have two different field delimiters.
This documents it.
1 Like