Import raw dataset into the data pipeline to enable structured data ingestion, schema validation, and preparation for downstream data transformation and export workflows.
- Idle
Import
data
Collect dynamic user input parameters such as column name and default value to drive configurable data transformations within the pipeline.
- Idle
Input
Key
Column
Value
Key
Default Value
Value
Apply a conditional data transformation to populate missing or empty column values with a configurable default, improving data completeness and data quality.
Code
IdleJavascript
Export the transformed dataset to Excel format to support spreadsheet-based reporting, business analysis, and data validation.
Code
IdleJavascript
Export the cleaned and enriched dataset to CSV format for lightweight data exchange, ETL integration, and interoperability with external systems.
Code
IdleJavascript
Export the finalized dataset to JSON format, providing a machine-readable output optimized for APIs, data pipelines, and modern data platform integrations.
Code
IdleJavascript