hadoop - Identifying character delimiter in Hive -
below data having delimiter thorn þ
1þnaveenþ"bangalore ,"karnataka"þ
2þnaveenþ"srikanth ^ karnatakaþ562114
create table statement below
create external table adh_dev.delimiter_test (number int, name string, address string , pincode int) row format delimited fields terminated '\-61' stored textfile location '/xyz/test_delimiter'; tried below approaches nothing worked
1) followed below link thorn character delimiter not recognized in hive
2)tried put '-2'
3)followed below link http://www.theasciicode.com.ar/extended-ascii-code/capital-letter-thorn-ascii-code-232.html
4)tried put '\xfe'
please me in resolving issue
i using cloudera cdh5.11.1 , hive 1.1.0
please me in resolving issue struggling past 3 days
Comments
Post a Comment