How to write a text file without both CR/LF? Or how to remove CR from file?
edited May 15, 2019 2:07PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered ✓
- Using PeopleCode (WriteLine or Write Record) to create a text file on Windows. Each line has both a Carriage Return and Line Feed. This is causing a problem for consuming the file on UNIX. Is there a way to create a file in Peoplecode that does not use both CR and LF? Or a way to strip the CR without using some 3rd party tool?
Thanks.
0