cancel
Showing results for 
Search instead for 
Did you mean: 

MDM import process automation

Former Member
0 Kudos

Hi,

During the import manager we have map the each individual source table to the target table. This looks fine when we are uploading the data for the first time.

But when we are doing this doing process after the initial upload, we would like to automate this process, i.e., we don't want select the import maps again and upload each individual table. Is there anyway to aceive this in MDM.

Thanks & Regards

Sreekanth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use ImportManagerBatch to skip the UI part. Though using a map is a mandatory requirement for using the ImportManager (batch or UI based). You can supply a map name as a parameter of the batch.

In any case one map contains only one source (not necesarily one file as in case of a database source) and only one destination.