-
Notifications
You must be signed in to change notification settings - Fork 2
Remove
Steve Cote edited this page Apr 23, 2017
·
1 revision
This is a transform tool which removes a field from the working frame. Although it is possible to ignore the field in other ways, this simple transform can keep configurations simple.
The minimum configuration for a Remove transform is the name of the field to remove:
"Remove": { "Name": "password" },
In the above the password
field is removed from the working frame.
All transforms support boolean Expressions which dictate if they run or not.
- Concepts
- Features
- Transform Engine
- Quick Start
- Configuration
- Secrets Vault
-
Readers
- List of Readers
- Custom Readers
-
Writers
- List of Writers
- Custom Writers
-
Filters
- Accept
- Reject
- Custom Filters
-
Tasks
- List of Tasks
- Custom Tasks
-
Validators
- List of Validators
- Custom Validators
-
Listeners
- List of Listeners
- Custom Listeners
-
Transforms
- List of Transforms
- Custom Transforms
- Mappers
- Context
- Databases
- Templates
- Logging
- Encryption
- Usage
- Expressions
- Examples