Import the left-hand dataset into the data pipeline to enable structured data ingestion and prepare it for joining with related datasets.
Import
left
Import the right-hand dataset to provide complementary data sources required for accurate dataset merging and relational analysis.
Import
right
Perform an inner join merge between the left and right datasets using shared key fields to create a unified, analytics-ready merged dataset.
Merge
Export the merged dataset to Excel (XLSX) format to support spreadsheet-based reporting, business analysis, and stakeholder collaboration.
Code
Javascript
Export the merged dataset to CSV format to enable lightweight data sharing, system interoperability, and analytics pipeline integration.
Code
Javascript
Export the merged dataset to JSON format to provide a machine-readable output optimized for APIs, automation, and modern data workflows.
Code
Javascript