Member since
03-12-2024
2
Posts
1
Kudos Received
0
Solutions
03-13-2024
08:53 AM
1 Kudo
Hi Smruti, Thanks for your reply, I want the property in a way that ',' within double quotes should not split and the fields which are not having ',' inside double quotes should be splitted.
... View more
03-12-2024
10:57 AM
Can I know the working table property for splitting the records as shown below. Input field - 123,"456","INDIA","INDIA",789,"DELHI INDIA, PIN. North INDIA","101","NEW Delhi ","LOCATION" Expected hive output("|" indicates split) - 123 | "456" | "INDIA" | "INDIA" | 789 | "DELHI INDIA, PIN. North INDIA" | "101" | "NEW Delhi " | "LOCATION"
... View more
Labels:
- Labels:
-
Apache Hive