Member since
12-16-2020
2
Posts
0
Kudos Received
0
Solutions
12-18-2020
10:35 AM
Out-of-the-box Hue can't properly parse this format. There are some potential solutions in this thread: https://stackoverflow.com/questions/13628658/hive-load-csv-with-commas-in-quoted-fields and it depends on what you are comfortable with: pre-processing the file to reformat the input or to use a different SerDe in Hive. Hope that helps, Alex
... View more