Multidomain MDM
- Multidomain MDM 10.4
- Todos los productos
PUT /cmx/flat2be/localhost-orcl-MDM_SAMPLE/mapping/SVR1.1G7UX HTTP/1.1 Content-Type: application/json Host: localhost:8080 Content-Length: 889 { "system" : false, "name" : "my_mapping", "mapping" : { "regionalSettings" : { "locale" : "en-CA", "datePattern" : "dd-MM-yyyy", "decimalSeparator" : ".", "thousandsSeparator" : "," }, "objects" : [ { "name" : "PersonView", "fields" : [ { "name" : "firstName", "fileColumn" : "first_name", "skipNulls" : false }, { "name" : "jobTitle", "fileColumn" : "job_title", "skipNulls" : false }, { "name" : "lastName", "fileColumn" : "last_name", "skipNulls" : false }, { "name" : "birthdate", "fileColumn" : "birth_date", "skipNulls" : false }, { "name" : "genderCd", "fileColumn" : "gender", "skipNulls" : false } ] } ], "purpose" : "IMPORT" } }