Skip to content

parse_group : parse_type

S. Leang edited this page Mar 21, 2017 · 1 revision

parse_type

  • value: identifies the type of the value being extracted
  • type: string
  • default value: "float"
  • valid values: "float", "integer", or "float_array"
  • special cases: none
  • notes: a "float_array" is an array of float values
  • entry example:
    "parse_type" : "float"

Clone this wiki locally