Format Settings Reference for SFTP 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.
SFTP Utility Connector triggers utilize the following message formats:
Message Format |
Description |
Version |
PGP CSV Converter |
Decrypts raw byte contents into csv string then into workflow message XML. |
3.5+ |
XML |
Converts an SFTP XML file into workflow message XML. |
1.0+ |
XML Converter and Split Message |
Converts an SFTP XML file into multiple workflow messages using XPath. |
3.0+ |
PGP CSV Converter
Message Format |
Description |
Version |
PGP CSV Converter |
Decrypts raw byte contents into csv string then into workflow message XML. |
3.5+ |
XML
Message Format |
Description |
Version |
XML |
Converts an SFTP XML file into workflow message XML. |
1.0+ |
XML Converter and Split Message
Message Format |
Description |
Version |
XML Converter and Split Message |
Converts an SFTP XML file into multiple workflow messages using XPath. |
3.0+ |