The “Table to JSON” node works like a filter right now.
Please add a switch to decide, what shall happen to the “excluded” columns:
- Filter them out (as it is right now) or
- don’t
Real-life scenario: You generate an URL for a http-request dynamically based on one of the values which shall also be in the JSON later. But of course the URL column shouldn’t. Right now, you have to use an additional JOIN or Column Appender node, to achieve this: Kill the URL column and add it later back again.