Content Type |
The content type that you select for a Read from Network Socket or Read from Serial Port action specifies the content type of the data that is read by the action. 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.