Import the left-hand dataset into the data pipeline to enable structured data ingestion and prepare it for joining with related datasets.
- Idle
Import
left
Import the right-hand dataset to provide complementary data sources required for accurate dataset merging and relational analysis.
- Idle
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.
- Idle
Merge
Export the merged dataset to Excel (XLSX) format to support spreadsheet-based reporting, business analysis, and stakeholder collaboration.
Code
IdleJavascript
Export the merged dataset to CSV format to enable lightweight data sharing, system interoperability, and analytics pipeline integration.
Code
IdleJavascript
Export the merged dataset to JSON format to provide a machine-readable output optimized for APIs, automation, and modern data workflows.
Code
IdleJavascript