Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
oldDocument{
clientId
clientName
clientContact
}
contact{
contactId - which we don't have yet, we have to generate it
contactDetails - which is mapped to oldDocument.clientContact
}
client{
clientId - this part is easy
clientName - this part is easy
}
client2contact{
clientId - we have to use contactId generated for table contact
contactId
}
contactId - which we don't have yet, we have to generate it
client2contact{
clientId - we have to use contactId generated for table contact
contactId
}
contactId - which we don't have yet, we have to generate it
client2contact{
clientId - we have to use contactId generated for table contact
contactId
}
Hello
contactId - which we don't have yet, we have to generate it
Using Talend build-in function Numeric.sequence("s1",1,1) to generate a sequence id.
client2contact{
clientId - we have to use contactId generated for table contact
contactId
}
I think you have spelling error, right? The correct intention is:
clientId
contactId - we have to use contactId generated for table contact
For more details, please see my screenshots.
Best regards
Shong