Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an array of strings, and I want to execute each of them in turn in a tHiveRow component. How can I make each string element a row in a flow?
I have seen this: https://community.talend.com/t5/Design-and-Development/JSON-Array-values-to-Rows-is-there-a-better-w...
That's fine if you've got your strings in JSON, but I don't, they are in a Java array. I suppose I could write them into JSON and then extract them out but that seems a bit hacky.