OPAL Projection Verbs¶
Projection verbs create, remove, or rename columns in a dataset.
Verb |
Description |
---|---|
Exclude one or more columns from the input dataset to the output dataset. |
|
Add one or more columns by matching capture names in a regular expression against a given source expression. |
|
Add one or more new columns from the input dataset to the output dataset. |
|
Exclude all columns except the specified columns from the input dataset to the output dataset. |
|
Renames a column. |