Creating a Merged Spreadsheet from Multiple Files
Overview
This procedure merges multiple spreadsheet files into one. You can rename columns, ignore specific columns, and choose how the files are joined.
Syntax
Inputs
the files
: The spreadsheet files to be merged. Supported formats are.csv
andExcel
. (required)type
: The type of join to use when merging the files. (optional) Options:outer
(default)inner
left
right
original column name
,new column name
: A pair of column names that should be considered the same across spreadsheets. The first in each pair is theoriginal column name
, and the second is thenew column name
all occurrences will be renamed to.You can specify multiple column pairs, separated by commas. Example:"Name", "Full Name", "Date", "Event Date"
. (required)ignored columns
: A list of columns to be excluded from the final merged spreadsheet. (optional)
Examples
1. Merging Two Files
2. Merging Multiple Files
Last updated
Was this helpful?