OnDemand Users Group

Support Forums => Report Indexing => Topic started by: jeffs42885 on November 18, 2011, 03:55:42 PM

Title: Page break on CSV
Post by: jeffs42885 on November 18, 2011, 03:55:42 PM
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.
Title: Re: Page break on CSV
Post by: Justin Derrick on November 19, 2011, 10:30:32 AM
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.