a Unix CLI for normalizing whitespace in text
-
Updated
Dec 27, 2022 - Shell
a Unix CLI for normalizing whitespace in text
Parse lines from text.
If you have some csv file and having CRLF, LF in between data and you want to create some table (Hive table). You will face issue that some of column have null value. It’s because line terminator in hive is \n and if and \n or \r coming between data it treating as line terminator before actual line terminator and rest for column is getting null …
Parse CRLF-terminated lines from raw data or other character code points
Add a description, image, and links to the newline-character-sequences topic page so that developers can more easily learn about it.
To associate your repository with the newline-character-sequences topic, visit your repo's landing page and select "manage topics."