Alumio EDI Deserialize Transformer

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.

Hello everyone,

I would like to share that I have attempted to deserialize the EDI response from the FTP in Alumio and convert it to JSON. While the conversion is taking place, it seems that some information is missing, indicating that the content null value.