Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am new in Talend and I can't find solution for this problem.
I have 3 tables(CCH_SERVICE,CCH_SERVICE_INSTANCE and CCH_SERVICE_CONFIGURATION). I have load schema from repository for request and response. Idea of the job is that user type in NAME of the service(request schema) and get response from multiple tables. You can see my mappings in picture2. So, when user type in NAME of service, from table CCH_SERVICE has to get ID,NAME and CREATE_TS..Then, attribute ID of table CCH_SERVICE(row 2 in the picture) I mapped into an attribute CCH_SERVICE_ID of table CCH_SERVICE_INSTANCE(row 3 in the picture) because it is foreign key and I want to get ID,NAME,CCH_SERVICE_ID and CREATE_TS from table CCH_SERVICE_INSTANCE and so on..
So basically,for my request(NAME of the service) I want to get all data for that service from all tables,but without duplicate elements when I do join..One service can have more service instances, and one service instance can have more service configurations..When I run this in soapUI I am getting some elements TWICE(picture3) because join works like that..I don't know how to get this in another format.I want for ONE service that I have, all informations from another tables for that service but only one appereance of service in request(not duplicate like in the picture)!.Images are here.
picture1
picture2
picture3
Hello,
Have you tried to remove the duplicates and leave only unique pairs of code and value?
You can use tExtractXmlField with tUniqRow component in talend.
Best regards
Sabrina