Is Pega Adding a Line Feed (LF) character when calling Connect File rule which configured as "APPEND" if file already exists.
Below are the configurations.
I have a connect file rule which is configured as "APPEND" if file already exists.
And I am calling this in a Activity using Connect File method by passing Operation parameter as "Write From Clipboard Property". (Also pass other 2 parameters accordingly)
And this Connect File method call inside a loop and appending the string values to the File each time using the connect file method.
After the loop completed, there will be a another connect file call to close the connection with Connect File.
So my question is , Is Pega adding Line Feed (LF) character in each value append to the file?
If so how I can add Carriage return and Line Feed (CRLF) instaed of LF?