1. Consolidating Regional Sales Data
Data AnalystBackground
An analyst receives 12 separate monthly sales reports from different regions, all sharing the same column structure.
Problem
Manually copying and pasting thousands of rows into one master file is error-prone and slow.
How to use
Upload all 12 files, select 'Append Rows' mode, and enable 'Include Source File Column' to track regional origins.
mergeMode: 'append-rows', includeSourceFileColumn: true, sourceFileColumnName: 'region_source'Outcome
A single master Excel file containing all sales data with an added 'region_source' column for easy filtering.