Import and standardize structured data into the ETL pipeline, ensuring clean schema alignment and reliable data ingestion for analytics workflows.
Import
data
Flatten nested or stringified JSON columns into a tabular structure to improve data accessibility, searchability, and compatibility with downstream analytics and reporting tools.
Code
Javascript
Export the flattened dataset to Excel format, enabling business users to perform spreadsheet-based analysis, reporting, and data validation.
Code
Javascript
Export the normalized and flattened data to CSV format for lightweight data exchange, ETL integration, and interoperability with external analytics systems.
Code
Javascript
Export the final flattened dataset to JSON format, providing a machine-readable output optimized for APIs, data pipelines, and modern data platforms.
Code
Javascript