Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am new to talend!
Am currently extracting data from multiple JSON files using the textract JSON component each one JSON have the different schema and I need to join all these in the single output and write it into the table. But am not able to join multiple textract JSON output to any input components
@Varun Surya , we usually use tMap to do inner join or left outer join, can you please show us an example with with some data to explain what are your expected output?
Regards
Shong
Hi Shong,
I found out the solution basically we did the same as you mentioned
Thanks