Hello folks,
I have the table like below:
laod_order, load_group, src_location, region, extra-col
62, 1, Biz_flow, GoM, abc
21, 1, Primavera, Angola, xyz
23, 1, Primavera, GoM, Finder, abc
Where there are commas in between the text/column. How can i create hive table to handle this ?
Thanks in advance.