Import raw dataset into the data processing pipeline to enable structured data ingestion, validation, and downstream transformation workflows.
Import
data
Capture user-defined input specifying which column should be cleaned, enabling flexible and reusable data cleaning configurations.
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
Javascript
Export the cleaned dataset to Excel format, making it easy to review, analyze, and share trimmed data in spreadsheet tools.
Code
Javascript
Export the transformed data to CSV format for lightweight data exchange, interoperability, and integration with external systems.
Code
Javascript
Export the cleaned dataset to JSON format to support API usage, automation, and modern data pipeline integrations.
Code
Javascript