Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have done it using tjavaflex, below code is working for me:
How many columns do you have ? If only 3-4 then follow this :
You have to use the loop option in the JSON input if you have that many key pairs.
Use tFileInputJSON, there is a Json loop option where you will put : "$..col1.*"
And do as many tFileInputJSON as you have columns and then join them back together later in the job
Is number of columns a fixed value?
I have done it using tjavaflex, below code is working for me: