CR/LF at the end of csv to read last line using File Layout question??
Hello.
We are currently upgrading from 9.2 PUM 7 to 9.2 PUM 24 (tools 8.53 to 8.55).
We have a process that reads a csv file using File Layout functionality (read rowset). The process has worked for years in our 9.2 PUM7 and prior versions. However in our 9.2 PUM24 environment, the last line of the csv file will not load into a record. All the other lines load correctly. And if I shift a different line to the bottom of the file, that new bottom line won't read but all other do.
I noticed that I need to add a CR/LF to the end of the file in order to read the last line in 9.2 PUM24 using UTF8 encoding. Has anyone else experienced this? Or have any insight as to why or if there is a bigger issue?