I have a file that have around 80000+ records and size is around 35MB.
I would like to understand the way to read the data in it but need paging to be part of the process as i want this to be inserted into DB.
Discussion posts and replies are publicly visible
Try the "Import CSV to Database" smart service in the excel tools plugin
community.appian.com/.../excel-tools
It has the reputation to work well even for bigger files
Hi Soma,
Tried it, but it has the file size limitation.
Oh! Then can you also give a try using the "Load CSV to Database" smart service which is part of the same plugin
What is the maximum file size that smart service is accepting?
You can also try using readexcelsheetpaging(), if it is possible to convert the csv to excel