Member since
11-15-2016
1
Post
1
Kudos Received
0
Solutions
11-15-2016
06:37 PM
1 Kudo
I m loading csv file into Hive orc table using data frame temporary table. After loading into Hive table data is present with double quote.
Input file
"Arpit","Jain",123
"Qwee","ffhh",5778
How to remove this double quote at time of inserting into Hive table which induce by csv format .
,
I m loading csv file to orc Hive table using data frame temporary table.
But in Hive table it's loaded with double quote.
How can I remove double quotes .
Input csv file in hdfs
"Arpit","Jain",1234,"India"
"ABC","abcd",7657,"India"
,
... View more
Labels: