These are functions for detecting the type of data. These functions can be used in the directives filter-row-if-false, filter-row-if-true, filter-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.
...