Delete Unwanted Fields In Celigo Using Transformation

The following example demonstrates how to remove unwanted fields from an object. Here, the age and address fields have been removed for the record.

Pre-TransformTransform MappingsPost-Transform
{    
“name”: “Estrella”,    
“age”: 50,    
“Address”: “123 Anywhere    St.”  
}
This image has an empty alt attribute; its file name is transform-1.png{     “name”: “Estrella”  }

Leave a comment

Your email address will not be published. Required fields are marked *