Import raw dataset into the data processing pipeline to enable structured data ingestion, validation, and downstream transformation workflows.
- Idle
Import
data
Capture user-defined input specifying which column should be cleaned, enabling flexible and reusable data cleaning configurations.
- Idle
Input
Key
column
Value
Trim leading and trailing whitespace from the selected column to improve data quality, consistency, and accuracy for analytics and reporting.
Code
IdleJavascript
Export the cleaned dataset to Excel format, making it easy to review, analyze, and share trimmed data in spreadsheet tools.
Code
IdleJavascript
Export the transformed data to CSV format for lightweight data exchange, interoperability, and integration with external systems.
Code
IdleJavascript
Export the cleaned dataset to JSON format to support API usage, automation, and modern data pipeline integrations.
Code
IdleJavascript