Project

General

Profile

Bug #23971

Updated by François ARMAND 5 days ago

On Linux, we used @\n@ as newline format, however on Windows, the newline format is `\r\n`. 
 This can cause some file editor to not render the file as expected, like Notepad. 

 For example, if we use directive "File content" and using the parameter "Raw text of your template" with newline in it, both on Linux and Windows the newline in the created file by Rudder will be @\n@ 

 For now, we don't have a workaround: any easy solution, so we recommend using a source file with the right newline format in it to prevent this behavior since resource file format are not changed by Rudder.

Back