Import and normalize structured data into the data pipeline, ensuring consistent schema alignment for reliable analytics and reporting.
Import
data
Explode comma-separated values into multiple normalized rows to improve data granularity, enabling accurate downstream processing, aggregation, and analytics workflows.
Code
Javascript
Export the transformed and exploded dataset to Excel format, supporting business reporting, spreadsheet analysis, and data sharing with non-technical stakeholders.
Code
Javascript
Export the cleaned and exploded dataset to CSV format, enabling lightweight data exchange, interoperability, and integration with external ETL and analytics tools.
Code
Javascript
Export the finalized transformed dataset to JSON format, providing a machine-readable output optimized for APIs, data pipelines, and modern analytics platforms.
Code
Javascript