Hi
I'm new to Apex and have come across a solution which requires a bit more in depth knowledge than what I have.
I want to be able to create a form which will accept csv files to upload. When the upload finishes, I want to kick off SQL Loader to process that file and load it into tables.
The CSV files could have 2 different structures. So the SQL Loader command being kicked off will be a bit different.
Thanks in advance. I just need to be pointed in the right direction, and then I'll do my reading.
Amit