You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
I'm looking forward to building XML-items which are readable by TOS. In specific, I want to generate files like *.item, *.properties (e.g. for jobs, connections,...) and talend.project without Talend. Talend should then be able to import my files over "import objects".
But I've got a huge problem: There are certain id's in use and I have no idea how to generate them.
One example is "DB_Connection_0.1.properties" where we find the following element:
<TalendProperties:Property xmi:id="_PNYboDHEEd-1htJE3CghmA" id="_-1lRECifEd-czPhqhjMGgw" label="DB_label" purpose="DB_purpose" description="DB_description" creationDate="2010-03-05T22:42:22.625+0100" modificationDate="2010-03-17T13:54:25.366+0100" version="0.1" statusCode="DEV" item="_PNYbojHEEd-1htJE3CghmA">
Even this element contains three of those tags:
xmi:id="_PNYboDHEEd-1htJE3CghmA"
id="_-1lRECifEd-czPhqhjMGgw"
item="_PNYbojHEEd-1htJE3CghmA"
Anybody has an idea how those values can be validly generated?
Thanks in advance,
C. Wegner
Offline
Pages: 1