john-bodley commented on issue #13879: URL: https://github.com/apache/superset/issues/13879#issuecomment-821757305
It seems that Hive does not support multiline fields per https://stackoverflow.com/a/48764063. CSV files are notoriously troublesome and thus I wonder if we should: 1. Have a mechanism within Superset to convert them to JSON and use the JSON row format (per the JsonSerDe ) as described. [here](https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL). 2. Add a form for uploading of JSON files directly, given if we implement (1) we would be able handle/store JSON files. The one question/caveat is the CSV upload form is based on a FAB form and thus was wondering whether the whole import (from CSV, JSON) etc. should be modernized in React. -- 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]
