App Engine WriteFile to CSV line-wraps field
We have a custom Application Engine that writes to a CSV file. Since our upgrade to PeopleTools 8.55 the program line wraps a certain text field, creating a new spurious data row.
The File Layout definition node/segment allows for a max record length of 543 characters.
The text field properties allow for a length of 254 characters.
The output is line wrapped just shy of character 70 in the affected text field.
Question 1: What controls line wrap behavior of the PeopleCode function WriteFile()?
Question 2: If it's a global setting (e.g. in PSCONFIG or some such configuration file), can it be overridden in PeopleCode?