tWriteJSONField only outputs tree, how to pass other columns?
Hi,
When using tWriteJSONField it passes on the tree, but how can you pass on other columns in the flow to the next components?
Tried adding all columns to the schema of tWriteJSONField (Edit schema) but in output all are NULL except the field created with the json tree. Seems like a bug or could be a missing feature.
How can I pass on my data? Hope someone is willing to help out.
Thanks,
Henry
Same problem here. The next component is tFileOutputDelimited. Previous component is tFileInputXML and I just want to merge 3 columns into 1 JSON column and keep all others columns untouched. But they output with null values. Can you help me please ? Shall I split flows with tReplicate before and merge them after the JSON component ?