You are not logged in.
Announcement
Unanswered posts
|
could someone tell me what the different ".properties" files are for?
hi,
i want to create a custom component for dealing with output xml files.
i should be able to define the schema dynamically. i.e. for example, if for one row , the field parameter is a certain value, then i should create, say, a <shelf> tag
else i should create a <card> tag.
so, the schema has to be generated dynamically.
to an earlier query , i was asked to use dom4j for doing this task.
could somebody please help me in this regard, as I have no clue how to get started.
I have been going through some component creation tutorials and went through some of talends own code,that helped me a lot--- but realised that the best thing to do would be to start coding myself...
how do i integrate dom4j with talend?