Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any documentation on how to interact with a Dynamic object in Talend?
The code in the job linked on this page Dynamic Schema Pivoting to Key-Value Pairs (talend.com)
interacts directly with a Dynamic type object (see screenshot).
Is there any documentation on the methods that are available on an instance of the Dynamic class? That would very helpful, thank you.
Hello,
Here are online documentations about:
https://help.talend.com/r/en-US/8.0/dynamic-schema/dynamic-schema-scenario
Hope it helps.
Best regards
Sabrina
@Aaron Rumley there is no documentation about DynamicMetadata class, if you are a Java developer, you can access the DynamicMetadata Java code from the job generated code.
Regards
Shong