We have an integration that takes a csv file. A new record is created when CR LF is encountered. One delimitation is a description that sometimes contain LF which creates a line break in the description.
Another integration can take a file containing data that would otherwise come in multiple files. Lines are put into separate files and picked up by the former integration.
IF a description contains a line feed (LF) and is picked up by the latter integration then upon writing the file the line feeds become carriage return (CR) AND line feed and the former integration tries to create a new record at an improper time.
Is there no way to write only line feed to a file?