- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to replace Windows linefeed with Linux linefeed
- Labels:
-
Apache NiFi
Created on
‎03-05-2020
10:24 AM
- last edited on
‎03-05-2020
01:59 PM
by
ask_bill_brooks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Created ‎03-05-2020 10:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@sfishman
In the "Replacement value" configuration property just hold the <shift> key and hit enter instead of using "\n".
Here is example of what you would see:
This will create the line return you are looking for.
Hope this helps,
Matt
Created ‎03-05-2020 10:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@sfishman
In the "Replacement value" configuration property just hold the <shift> key and hit enter instead of using "\n".
Here is example of what you would see:
This will create the line return you are looking for.
Hope this helps,
Matt
