You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doris currently only supports splitting csv files by delimiters, and does not support advanced features
such as escaping and quotation marks, making it difficult to import certain special characters.
TODO
Finding a suitable csv parsing library.
Replace current csv parser.
Support "skip header" and other format, refer to Clickhouse
The text was updated successfully, but these errors were encountered:
Doris currently only supports splitting csv files by delimiters, and does not support advanced features
such as escaping and quotation marks, making it difficult to import certain special characters.
TODO
The text was updated successfully, but these errors were encountered: