You are not logged in.
Announcement
Unanswered posts
|
Hi,
i would like to create a job which
- receives xml in String as input
- parses it
- sends attributes and values of tags by mail
example of xml:
<?xml version="1.0" encoding="UTF-8"?>
<objet Nom="createUser">
<Attribut Nom="Nom">gha</Attribut>
<Attribut Nom="Prenom">zak</Attribut>
</objet>
1- can i do these thinks in Talend ?
2- which component can i use to parse xml ?
thanks
i want to receive xml-stream not xml-file.
it is possible, can you provide me example ?
thanks
Did you find any way around for this,, please help us, We are in the same situation, where we want the xml in a string variable to be parsed.
Any help will be greatly appreciated, Thanks in anticipation.
Regards,
Tahir Rauf
Hello Tahir Rauf
where we want the xml in a string variable to be parsed.
You can use tWritedXMLField component to generate a xml string.
Best regards
shong
Offline