| Left CSV | CSV to act as the primary table in the join | File | Yes | |
| Right CSV | CSV to join onto the right of the main CSV | File | Yes | |
| Left CSV join columns | A 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 columns | A JSON array of the columns in the “Right CSV” that you are looking to join by. Example: [“Col1”] | Text (Long) | Yes | [“Col1”] |
| Join type | Method to join the two CSVs. Default is inner. Please see documentation for more details | Text (Short) | No | Inner |
| Left CSV separator | The character used to separate columns in the left CSV. Will default to , | Text (Short) | No | , |
| Left CSV quote character | The characters used to indicate a string in the left CSV. Will default to “ | Text (Short) | No | “ |
| Right CSV separator | The character used to separate columns in the right CSV. Will default to , | Text (Short) | No | , |
| Right CSV quote character | The characters used to indicate a string in the right CSV. Will default to “ | Text (Short) | No | “ |
| Output filename | Optional custom filename for the joined CSV file | Text(Long) | No | sample.csv |