There is a requirement where i need to parse csv/exel file and insert data into database. But the problem is number of columns can be different each time.
I have tried to use available plugins but it's not working.
Thanks,
Hemant
Discussion posts and replies are publicly visible
A dynamic number of columns is always a problem. What would you do with the data later on, not knowing the structure? I would try to push back requirement back.
you can try it using updateDictionary() when ever the new column is added add to that dictionary and run process model get insert into database....you can try may be it works..
Thank you.