Import and standardize structured data into the ETL pipeline, ensuring clean schema alignment and reliable data ingestion for analytics workflows.
- Idle
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
IdleJavascript
Export the flattened dataset to Excel format, enabling business users to perform spreadsheet-based analysis, reporting, and data validation.
Code
IdleJavascript
Export the normalized and flattened data to CSV format for lightweight data exchange, ETL integration, and interoperability with external analytics systems.
Code
IdleJavascript
Export the final flattened dataset to JSON format, providing a machine-readable output optimized for APIs, data pipelines, and modern data platforms.
Code
IdleJavascript