Format Settings Reference for FTP Utility Connector
In general, Format Settings are used by workflow triggers to define how to handle and pre-process data that is fetched from a system. This setting is responsible for converting data from one format (such as csv or json) into Saltbox Message format (XML) so it can be processed by the workflow. Some Connectors apply a default Data Source Format automatically, while others require configuration. This depends on the Connector, and is outlined where appropriate below.
Refer to the details below.
FTP Utility Connector triggers utilize the following message formats:
Message Format | Description | Version |
---|---|---|
Base64Converter |
Convert FTP file contents into Base64 and then into workflow message XML. | 3.4+ |
FTPConverter |
Convert FTP file contents into workflow message XML. | 1.0+ |
Message Formats
Base64Converter
Message Format | Description | Version |
---|---|---|
Base64Converter |
Convert FTP file contents into Base64 and then into workflow message XML. | 3.4+ |
FTPConverter
Message Format | Description | Version |
---|---|---|
FTPConverter |
Convert FTP file contents into workflow message XML. | 1.0+ |