Hello, How can I store EOL characters in Hive in String field?I'm using Hive 0.7 and I couldn't find anything about escaping or enclosing field values.
I want to use <TAB> as field delimiter and lines are terminated by '\n'.That causes issues, because part of text after '\n' is loaded as next line, which is unreadable (all NULLs)
Thanks for help -- Wojciech Langiewicz