Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi There,
I am using mysql to read some records in below format and trying to create json format as given below ...
tried using twrite json field like --> tmysqlinput --> tmap (for joins) --> twritejsonfield-->tflowtoiterate-->trest (here it inserts records ).
but when i try to loops multiple times (here I have 7 language codes coming as separate elements (columns) and all of them should go as a array of records with other columns ... how can I achieve this JSON fromat )?
SQL as below :-
ROW_ID INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
JOB_ID int,
P_CMO_CODE VARCHAR( 12 ) NOT NULL,
P_CNTY_CD_LOC VARCHAR( 3 )NOT NULL,
P_TY_CD VARCHAR( 1 )NOT NULL,
P_GROUP VARCHAR( 1 )NOT NULL,
P_ID VARCHAR( 12 )NOT NULL,
P_LAST_NAM VARCHAR( 35 )NOT NULL,
P_FST_NAM VARCHAR( 15 ),
P_MI_NAM VARCHAR( 1 ),P_SFX_NAM VARCHAR( 5 ),P_T
Hi ,
I am not able to find the solution with this , could anyone explain me how to import this object and work on it pls ...
Can you try installing the custom component? https://community.talend.com/t5/Design-and-Development/How-to-Install-Custom-Components/td-p/120495
The github page I shared has the documentation. I would suggest you try installing the component and then checking out the documentation. Thnx.