I am migrating a workflow from Nintex for SharePoint 2013 to NAC. One for the requirements is that I be able to replace the Unix line break character (\n) with DOS line breaks (\r\n) in the text before creating the .csv file. In SharePoint 2013 I was able to do this using a regular expression action which replaced “\n” with the function “Common:Newline” which replaced them with DOS carriage return. This function is not available in NAC and when I try to use the NAC regular expression replace action, it is able to find the Unix carriage returns with the pattern “\n” but it replaces them with the actual text “\r\n” instead of the special character. I have seen several solutions about using variables as the replacement for spaces but nothing on creating a variable for a special character like a DOS carriage return. Has anyone had to do something like this that can offer a workaround?
Question
Replace Unix line breaks (\n) with DOS (Windows) line breaks (\r\n) using Nintex
Translate
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.