Alumio – EDI – Deserialize
This transformer can be used for reads an EDI file and returns its contents translated to JSON as an array of EDI objects.
Usage
Get from URL
- In Alumio Dashboard, go to Connections > Entity Transformers. Create new or open existing entity transformer.
- In the setting field, choose “Alumio - EDI - Deserialize”. Or you may choose “Alumio - EDI – Deserialize" in any entity transformer selector.
- Choose the available supported EDI Format from the dropdown option.
- Select “Get from URL” from the source field and fill in the “URL to the data source” with the URL to the source data.
- Next, choose the HTTP Client to connect to URL.
- Then, fill in the “Destination” field with name of the property where Alumio will put the deserialized result.
- In the Request Parameters, Alumio provides default options that you can adjust based on your needs.
Get from the data
- In Alumio Dashboard, go to Connections > Entity Transformers. Create new or open existing entity transformer.
- In the setting field, choose “Alumio - EDI - Deserialize”. Or you may choose “Alumio - EDI – Deserialize" in any entity transformer selector.
- Choose the available supported EDI Format from the dropdown option
- Select “Get from the data” from the source field and fill in the “Path to data” with the name of the property that holds the source data.
- Then, fill in the “Destination” field with name of the property where Alumio will put the deserialized result.
- In the Request Parameters, Alumio provides default options that you can adjust based on your needs.