Skip to main content

Join two CSVs

Join two CSVs into a single CSV. Please refer to the documentation for more details on configuration.

Application

  • CSV

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Left CSVCSV to act as the primary table in the joinFileYes
Right CSVCSV to join onto the right of the main CSVFileYes
Left CSV join columnsA JSON array of the columns in the “Left CSV” that you are looking to join by. Example: [“Col1”]Text (Long)Yes[“Col1”]
Right CSV join columnsA JSON array of the columns in the “Right CSV” that you are looking to join by. Example: [“Col1”]Text (Long)Yes[“Col1”]
Join typeMethod to join the two CSVs. Default is inner. Please see documentation for more detailsText (Short)NoInner
Left CSV separatorThe character used to separate columns in the left CSV. Will default to ,Text (Short)No,
Left CSV quote characterThe characters used to indicate a string in the left CSV. Will default to “Text (Short)No
Right CSV separatorThe character used to separate columns in the right CSV. Will default to ,Text (Short)No,
Right CSV quote characterThe characters used to indicate a string in the right CSV. Will default to “Text (Short)No
Output filenameOptional custom filename for the joined CSV fileText(Long)Nosample.csv

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Joined CSVJoined CSVFileNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A