Member since
03-05-2020
6
Posts
0
Kudos Received
0
Solutions
03-05-2020
10:24 AM
How can I use ReplaceText processor to function like dos2unix command, i.e. change \r\n to \n
My file comes in with ^M at the end of each line
In the ReplaceText process, I have a Search Value of \r\n
That is correctly finding the Windows linefeeds
However, for Replacement value, I have tried \n also $1\n
They each put the character n where I want the line feed to be.
Thanks!
... View more
Labels:
- Labels:
-
Apache NiFi