Ziggy - Services and Product
 

Converter

Last modified: 10 February 2025

This Block coverts edge data to a specific data format. Currently, only CSV is provided but we can add more options upon request.

Below is a Converter Block in Flow that gets data from an REST API call, converts it to CSV format before uploading it to an SFTP server.

Converter in flow

The edge data from the API call is mapped to a new format, using a Structure before being uploaded to the SFTP server.

Click the tabs to see mapping configuration.

The data that is output from the edge after the mapping has been done

Alt text

The converted data that is output from the Converter Block is shown below. You can see that the Structure field names have been used for the header row. This is then ready to be written to the SFTP server by the SFTP Block.

Converter output