Combine CSVs

Combine CSVs

Description

Cobine two CSV files by a common column to combine data efficiently into a unified dataset.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Main CSVString in CSV formatThe CSV codes which shall be joined.✔️-
Combine Column NameStringColumn name used for combining data sets.✔️-
Second CSVString in CSV formatSecond table contains the data to be joined.✔️-
Second CSV ColumnStringOptional: If the matching column in the second CSV has a different name, specify it here.✔️-

Output

ResponseTypeDescription
CSV ResponseString in CSV formatThe resulting CSV string after combining both CSV files.
BodyObjectThe full response object. Contains the property CSV with the combined result.

Power Automate Examples

Combine CSVs

We use two CSVs which have the column Pet in common and join them by it.

Picture

As an advanced option you may choose a second column to join by.

💡

Looking for the response to this example? Scroll up to see the Output tab.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!