Hi all,
I have a couple specific applications that load CSV files. The files load and index successfully. My question- Is there any way I can setup page breaks for CSV files? Some of the CSV files that I deal with are 1000+ rows. Just wondering.
Wouldn't that break the CSV file format?
It sounds like you're storing this CSV file as text. Why not store it as a user defined data type, and let users open the CSV file in a spreadsheet?
-JD.