graceguo-supercat opened a new issue #13879: URL: https://github.com/apache/superset/issues/13879
**Is your feature request related to a problem? Please describe.** Airbnb had a lot of users want to upload csv format data into Superset. But currently Superset's csv parser only accept _comma separated_ content. **Describe the solution you'd like** Right now modern tools (like Excel etc) can parse more complicated content. According to https://en.wikipedia.org/wiki/Comma-separated_values: `More sophisticated CSV implementations permit them, often by requiring " (double quote) characters around values that contain reserved characters (such as commas, double quotes, or less commonly, newlines).` Could we improve CSV file support that allow line break in the cell (use double quote around cell values) -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
