The dataloader can't handle a few thousand lines from a CSV files. I need approx. 500k.
The users have to use Apex to do this once a week.
The csv files will be formatted the exact same way every time. Can I use Javascript to let the users load the files and then a button to run an PL/SQL to import it? How do I handle feedback?
Could you guys point me in the right direction?