Append table while retaining a specific column

Hi! Can you help me with a task? I already know how to append tables when continously exporting files but I need a specific column to follow the values from the first exported file.
Here is an example:
lala

This is a duplicate of that thread:

Please keep the forum tidy by not scattering one question over multiple threads :wink:

2 Likes

sorry, i’ll delete the other thread. this is more clear than the last one :slight_smile:

Hello @ReynaMain,

there’s no built-in logic for such “concatenation” in KNIME writer nodes. You can read 1st export in KNIME, replace User A with User1, User B with User2… and then do export.

Br,
Ivan

You can use the Joiner to “overwrite” the usernames and then concatenate the tables:
Append table while retaining a specific column
Append table while retaining a specific column.knwf (22.3 KB)

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