Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Generating a tArray

Hie,
I have created a job that recover many data in MANY tArray (for example tArray1, tArray2).
I would like to develop algorithm in Java to explore my tArray and generate a new tArray which includes data and columns from tArray1 and tArray2.
Is it possible ?
Thanks.
Regards,
Cyril Verhaest
Labels (3)
4 Replies
Anonymous
Not applicable
Author

I think so.
For each tArray, you put a tArrayIn component to read the content.
Theses tArrayIn are linked to a tMap, which make the join.
Anonymous
Not applicable
Author

Hello All
In Talend, tArray and tArrayIn can't be used together.
To Cyril Verhaest, can you show us an example to expain your request? I will give you other way, like using tJavaFlex.
Best regards

shong
Anonymous
Not applicable
Author

Hi,
You will find an image that describe an example.
Before using tArrayIn1, tArrayIn2 and tArrayIn3, I have load data in tArray1, tArray2 and tArray3.
Regards,
Cyril
Anonymous
Not applicable
Author

Hello Cyril
I think you need to read 5717 to know more info about tArray and tArrayIn.
In your case, you can create several temporary file to store the data.
Best regards

shong