deuspt commented on issue #26209: URL: https://github.com/apache/superset/issues/26209#issuecomment-3283454165
I am seeing a somewhat related issue on v4.1.3, using the Delimiter Comma "," on the upload modal. When uploading a csv file where some lines enclose some text containing the comma delimiter (,) inside quotes, it ends up not parsing the line into multiple columns: - rows with quotes → is treating the entire line as one column (goes into column #1, all the others are null). e.g. aaaa,bbbb,"xx,yy",dddd - rows without quotes → splits correctly on commas. e.g. aaaa,bbbb,cccc,dddd Is the quotechar " unsupported at the moment? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
