Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Both _parameters and $fields are available.
  • Exceptions

    • The database Insert/Table List Snaps do not allow input fields to be referenced; only pipeline Pipeline parameters are available.

    • $fields cannot be used in binary Snaps, only in Document Snaps. A common error is trying to reference an upstream Snap $field in a File Writer.

...

  • Fields are available.
  • Pipeline parameters can be accessed in expressions expression components in the path.  For For example, to access a field that is specified by a pipeline Pipeline parameter you can write: $.foo.bar[(_myParam)].
  • Pipeline parameters cannot be mixed into the result of a JSON-path query.

...

  • $.eval() can be used to either substitute pipeline parametersPipeline parameters, such as CUSTOMER_ID = $.eval(_parameter) or execute functions, such as $.eval(Date.now()) without having to use an expression toggle (=).

...