File Content Format |
The file content format that you select for the Read File action specifies the content type of the data contained by the file that is read. This determines how the action saves the content to the output variable and whether additional variables are created.
Supported file content format types include the following:
BTXML Script: Specifies that the action saves the entire data contents to the output variable that you specify.
XML Variables: Specifies that the action parses the data and saves the parsed results as variables for later use.
Other XML: Specifies that the action saves the entire data contents to the output variable that you specify.
Text (CSV): Specifies that the action saves the entire data contents to the output variable that you specify.
Text (Tab Delimited): Specifies that the action saves the entire data contents to the output variable that you specify.
JSON Variables: Specifies that the action parses the data and saves the parsed results as variables for later use.
Print Command Script: Specifies that the action saves the entire data contents to the output variable that you specify.
Unstructured: Specifies that the action saves the entire data contents to the output variable that you specify.