Import the raw dataset into the data processing pipeline to enable structured data ingestion and prepare records for transformation and enrichment.
Import
data
Generate and assign a unique identifier (UUID) to each record to ensure row-level uniqueness, improve data traceability, and support reliable deduplication.
Code
Javascript
Export the enriched and deduplicated dataset to Excel (XLSX) format, enabling business reporting, spreadsheet analysis, and stakeholder-friendly data sharing.
Code
Javascript
Export the processed dataset to CSV format to provide a lightweight, portable file optimized for data exchange, analytics workflows, and system interoperability.
Code
Javascript
Export the finalized dataset to JSON format to deliver a machine-readable output suitable for APIs, automation, and modern data pipeline integrations.
Code
Javascript