@GhaithAbdessale,
The Column Map collection is used to map the column names in the CSV to the associated column names in the Oracle table. Quite often, the columns will have different names. So, the Column Map collection should have two columns in it named
CSV and
Oracle.
Then you populate that collection with the CSV column names and the database column names.
As you should see from the screenshots above, my CSV file includes two columns names
FName and
LName. Those columns are mapped to the associated table columns in the database which are named
first_name and
last_name.
Does that make sense?
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------