Versions Compared

Key

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

These are functions for detecting the type of data. These functions can be used in the directives filter-row-if-falsefilter-row-if-truefilter-row-on, or send-to-error.

Pre-requisite

These can be used only in the filter-* or send-to-error directives.

Namespace

All type-related functions are in the namespace type.

Example Data

Upload to the workspace body an input record such as:

...

Code Block
  parse-as-json :body
  columns-replace 's/body_//g'

List of Type Functions

Each function returns true if the condition is met, false otherwise.

...