project-away
Learn how to select specified fields from the input to exclude from the output.
Selects specified fields from the input to exclude from the output.
Syntax
The order of the fields in the result is determined by their original order in the dataset. Only the fields that are specified as arguments
are dropped. The other fields are included in the result. See project for more detail.
Arguments
name | type | description |
---|---|---|
Field Name | string | The name of the field to be removed from the output. |
Returns
A table with fields that are not named as arguments. Contains the same number of rows as the input table.
Examples
Wildcard
Wildcard refers to a special character or a set of characters that can be used to substitute for any other character(s) in a search pattern. The use of wildcards in Axiom allows you to create more flexible queries and perform more powerful searches.
- In Axiom, the syntax for wildcard can either be
data*
or['data.fo']*
Here’s how you can use wildcards in project-away
Was this page helpful?