Merge Data from Multiple Sources
Efficiently combine and reconcile data from multiple sources with structured AI guidance. Perfect for data analysts and business users.
Prompt Template
Variables to Customize
[DATA_SOURCES] Description of your data sources including format, size, and key fields
Example: 1) Customer database (CSV, 10k records, fields: customer_id, name, email, phone) 2) Sales transactions (Excel, 50k records, fields: cust_id, product, amount, date) 3) Support tickets (JSON, 5k records, fields: customer_email, issue_type, resolution_date)
[PRIMARY_KEY] The main identifier to match records across sources
Example: Customer ID (appears as customer_id, cust_id, and need to match by email where ID missing)
[OUTPUT_FORMAT] Desired structure and format of the merged dataset
Example: Single CSV file with unified customer profiles including demographics, transaction history, and support interactions
[CHALLENGES] Specific data quality or integration challenges you're facing
Example: Duplicate customer records with slight name variations, missing customer IDs in 20% of transactions, inconsistent date formats across sources
Example Output
Pro Tips for Best Results
- Always create backups of original data sources before starting the merge process
- Start with a small sample dataset to test your merge logic before processing the full dataset
- Document all transformations and mapping rules for future reference and audit trails
- Use fuzzy matching techniques for names and addresses when exact matches aren't available
- Implement row-level logging to track which source each merged record came from
Tags
Want 500+ Expert Prompts?
Get the Premium Prompt Pack — organized, tested, and ready to use.
Get it for $29Related Prompts You Might Like
Create Advanced Outlier Detection Script
Create a comprehensive Python script for outlier detection in datasets. The script should be production-ready and includ...
Generate Comprehensive Data Quality Report
You are a senior data analyst tasked with creating a comprehensive data quality report. Analyze the provided dataset inf...
Create Data Heatmap Visualization
You are a data visualization expert specializing in heatmap creation. I need you to create a comprehensive heatmap visua...
Debug SQL Syntax Errors
You are an expert SQL developer and database administrator. I need help debugging a SQL syntax error in my query. Here'...
Create Real-Time Sales Dashboard
You are a senior business intelligence analyst and dashboard architect. Create a comprehensive real-time sales dashboard...
Analyze Time Series Data with Statistical Insights
You are an expert data scientist specializing in time series analysis. Please perform a comprehensive analysis of the pr...