Gurus,
I'm using an oracle function to create a csv file. Everything works great except it adds a line at the end of the csv file. I've attached the function, please let me know if there is anything I can do so it doesn't add an extra line.
Thanks!
Printable View
Gurus,
I'm using an oracle function to create a csv file. Everything works great except it adds a line at the end of the csv file. I've attached the function, please let me know if there is anything I can do so it doesn't add an extra line.
Thanks!
UTL_FILE will append the line terminator by default.