cancel
Showing results for 
Search instead for 
Did you mean: 

MDA Oracle Blue prism - Bulk copy CSV - Column MAP

GhaithAbdessale
Level 3
Hello, 

I am using the MDA Oracle Blue prism utility to extract data and execute querries on oracle data base. 
One of my processes requires to import data to an already crreated table ,so I am using the bulk copy CSV stage. 
Unfotunately, it's not working and I have the following error :"Column mapping is invalid"
32241.jpg
How am I supposed to set this column map collection ?

32242.png

Here is the code stage for the bulk copy: 
32244.png


Best regards,

------------------------------
Ghaith Abdessalem
------------------------------
1 REPLY 1

ewilson
Staff
Staff
@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.

32228.png

Then you populate that collection with the CSV column names and the database column names.
32229.png
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
------------------------------