Remove Blanks Activity
The Remove Blanks activity creates a new dataset by identifying and eliminating all empty rows from an existing dataset. This ensures data cleanliness and optimizes datasets for further processing.
| Field | Description | Requirement |
|---|---|---|
| Dataset name | Specifies the reference name of the input dataset. | Required |
| New dataset name | Defines the reference name for the new dataset that will be created after removing blank rows. | Required |
Action Types & Examples
Dataset Name
- Format: string
- Example Result:
newDS
New Dataset Name
- Format: string
- Example Result:
removeBlanksDS
Implementation Examples
Field Setup - Dataset name: newDS - New dataset name: removeBlanksDS
Execution Parameters
Technical Notes
No specific technical notes were provided in the raw input for this activity.