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!