Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r079

...

TokenRequired?Data TypeDescription
filterYtransformName of the transform
typeYstringString value representing the type of filtering to perform.
rowNstringExpression identifying the row or rows to filter. If expression evaluates to true for a row, the row is either kept or deleted.
colNstringName of the column or expression for columns to delete
missingNstringName of column to evaluate for missing values.
mismatchedNstringString literal for the data type to check for mismatches.
exactlyNstring

String literal,

d-s-itemlang
itempattern
rtrue
, or regular expression that evaluates to an exact match for a row value in the specified column.

oneOfNstringList of string literals, any of which can be matched.
lessThan or lessThanEqualNinteger, decimal, or expression

Integer or decimal literal or expression evaluating to numeric value below which results in a match. Can also match on the specified expression exactly.

Parameter is also used for the Between condition type.

greaterThan or greaterThanEqualNinteger, decimal, or expression

Integer or decimal literal or expression evaluating to numeric value above which results in a match. Can also match on the specified expression exactly.

Parameter is also used for the Between condition type.

containsNstring

String literal,

d-s-
item
lang
itempattern
, or regular expression to be matches somewhere within the specified column values.

startsWithNstring

String literal,

d-s-itemlang
itempattern
, or regular expression to match the beginnings of the values in the specified column.

endsWithNstring

String literal,

d-s-
item
lang
itempattern
, or regular expression to match the endings of the values in the specified column.

actionYstringDrop or Keep the listed columns

...

For the Exactly condition type, this value is a String literal,

d-s-
item
lang
itempattern
, or regular expression that exactly matches row values in the specified column.

...

Required?Data Type
Required for One Of condition type only

List of string literals,

d-s-itemlang
itempatterns
, or regular expressions

...

For the Contains condition type, this value identifies a String literal,  

d-s-
item
lang
itempattern
, or regular expression, which is used to evaluate partial or full matches to row values in the specified column.

...

Required?Data Type
Required for Contains condition type only

String literal,

d-s-itemlang
itempattern
, or regular expression

...

For the Starts With condition type, this value identifies the String literal, 

d-s-itemlang
itempattern
, or regular expression with which a value must start in the specified column to match.

...

Required?Data Type
Required for Starts with condition type only

String literal,

d-s-
item
lang
itempattern
, or regular expression

endsWith

For the Ends With condition type, this value identifies the String literal, 

d-s-itemlang
itempattern
, or regular expression with which a value must end in the specified column to match.

...

Required?Data Type
Required for Ends with condition type only

String literal,

d-s-
item
lang
itempattern
, or regular expression

action

...