3 input file combine to 1 file

I have 3 different input files and I wanted to create one output file from these 3 files. What node can i use? I tried the joiner node but it’s for 2 files only?

Hi @lovebau

Use a concatenate node and add the desired number of input ports by clicking on the plus icon. Connect all your sources accordingly. Example:

Some file readers also support reading all files at once and automatically merges all the inputs but that depends on your use case.

1 Like

thank you for this and I already tried it thank you! However, for the 3 input files they have one common column that I wanted to compare. Example, all the input files have asset name and I wanted to compare if the cost are the same for the three input files… what node can i use?

Then use consecutive joiner nodes to link a to b and a to c. Use a Rule Engine or Column Expression node to evaluate the values.

1 Like

Is this correct? looks like it’s not working? :melting_face:
image

No, forget about the concatenate in that case :wink:

2 Likes

waaaah it worked! thank you so much! you are very helpful! I will then use the rule engine node for comparing right? :slight_smile:

Yes, rule engine is the easiest to work with.

1 Like

currently working on the rule engine :sweat_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.