Hi
I am looking for a solution to do the following.
I have a spreadsheet that has 50 columns, around 30 of those need to be added to a SharePoint list while the other 20 get added to a separate reporting DB. The spreadsheet columns are fixed so the data is in the same place each time, but note that the data
for SharePoint and Reporting are intermixed (e.g. column 1,2,3,4,8,15,26 are SharePoint and 5,6,7,16 etc.. are Reporting).
The spreadsheet will be saved as a csv for importing.
I have found a scripts that allows for importing to a SharePoint list or to SQL but I need is one that can do both based on the CSV, logging and confirmation email would be nice to have as well.