Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 579 Bytes

parser.md

File metadata and controls

19 lines (14 loc) · 579 Bytes

Parser

Parse input from the given type to output type.

Configuration Parameters

component_name: <user-supplied-name>
component_module: parser
component_config:
  input_format: <string>
  output_format: <string>
Parameter Required Default Description
input_format True The input format of the data. Options: 'dict', 'json' 'yaml'. 'yaml' and 'json' must be string formatted.
output_format True The input format of the data. Options: 'dict', 'json' 'yaml'. 'yaml' and 'json' will be string formatted.