Import raw dataset into the data pipeline to enable structured data ingestion, schema validation, and preparation for downstream data transformation and export workflows.
Import
data
Collect dynamic user input parameters such as column name and default value to drive configurable data transformations within the pipeline.
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
Javascript
Export the transformed dataset to Excel format to support spreadsheet-based reporting, business analysis, and data validation.
Code
Javascript
Export the cleaned and enriched dataset to CSV format for lightweight data exchange, ETL integration, and interoperability with external systems.
Code
Javascript
Export the finalized dataset to JSON format, providing a machine-readable output optimized for APIs, data pipelines, and modern data platform integrations.
Code
Javascript