Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
Background : I have a main.xsd which in turn calls (includes) 2 more XSD's(header.xsd and datatypes.xsd)
Question: When i try to define my metadata for this main.XSD using filexml as my metadata type, i am not able to fetch the data lengths of the columns because the data lengths need to be inherited from datatypes.xsd which is not happening. Both main.xsd and datatypes.xsd are in the same folder. Is there a way to fetch/inherit the data lengths?
Note: I am using licensed version Talend Real-time Big Data Platform version 7.1.1
Please let me know
Hello All,
Did you had a chance to work on a similar task where you have to deal with Complex Data Types and external references from one xsd to multiple xsd's?