Hello,
This can be done using the sequencer. You can use the ReadCSV step to read the CSV file. then by Iterating on the ReadCSV's source with the Iterator step (
www.convertigo.com/docs/ReferenceManual/Iterator.html) you will be able for each line of the CSV file to use the CallTransaction step (
www.convertigo.com/docs/ReferenceManual/CallTransaction.html). Call a specific transaction in a SQL connector to insert data in a SQL database.
You can refer to the sequencer getting started manual for more info.
For example, How to set a SQL connector :
www.convertigo.com/docs/CMS/5.2.0/af1027666.html#Xaf1027666
Hope This helps !