Map Fields between PFX and IM
One of the most common tasks in any IM project is to integrate customer and product data. This example shows how to synchronize the customers.
Check your data source. It may look like this CSV file.
customer_id;customer_name;customer_web 1001;Apple Inc.;http://www.apple.com/ 1002;IBM Ltd.;http://www.ibm.com/us-en/ 1003;Hewlett Pacard Ltd.;http://www.hp.com/ 1004;Dell Technologies Inc.;http://www.dell.com/
Â
Log into the PFX partition and adjust the Customer entity structure to match the CSV file header. Rename the pairs "label – name" this way:
Customer Id =Â customer_id
Customer Name = customer_name
Url = customer_webÂ
The result in PFX should look like this:
IntegrationManager version 5.8.0