I want to import a CSV and use that as the datasource to create the table using displaytag. Anyone know a good way to do this? As of right now i'm reading it in as a string and then changing it an Array of maps and then displaying it. But this is taking too long for some of the data that i have (10,000+ lines).
I've searched for a solution and have yet to find a simple and nice way to do this. I want to also cut the time it takes.
Thank,
Lawrence
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I want to import a CSV and use that as the datasource to create the table using displaytag. Anyone know a good way to do this? As of right now i'm reading it in as a string and then changing it an Array of maps and then displaying it. But this is taking too long for some of the data that i have (10,000+ lines).
I've searched for a solution and have yet to find a simple and nice way to do this. I want to also cut the time it takes.
Thank,
Lawrence