Reading file through schema file
Posted: Thu Jun 26, 2014 1:10 am
Hi,
I reading a text file through schema file.My end of line character is \n.When I am specifying record_delim='\n' in schema file , records are getting rejected while reading.When i run cat -e -v <<filename>> I can see \n$ as the last character.What option should i specify as record_delim?
I reading a text file through schema file.My end of line character is \n.When I am specifying record_delim='\n' in schema file , records are getting rejected while reading.When i run cat -e -v <<filename>> I can see \n$ as the last character.What option should i specify as record_delim?