You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
I want to have a talend job handle xml given as a parameter.
As I search through the documentation I found that we can pass data by context variable.
So I create a context variable of type String to store the xml string.
Now I want to process this xml string in my talend job but I can find a way with the available component.
To be clear, I want a component that can parse xml from a context variable.
Is this available ?
Thanks,
Manuel
Offline
Hello Manuel
I think the tExtractXMLField component can fit your request.
Best regards
shong
Offline
I tried with the tExtractField but I end on an compilation error I don't really understand ....
I've attached my job as screenshots.
The last screen is in french so here is the translation of the errors:
- row1.variable_name can be resolved or is not a field
- row1.variable_value can be resolved or is not a field
Manuel
Offline
Hello
Add double quote on xpath query element.
Best regards
shong
Offline
Pages: 1