Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
So far have had fantastic support from this community and the product is exceeding my expectations every day. With some help in an earlier post https://community.talend.com/t5/Design-and-Development/XML-API-to-CSV-Content-is-not-allowed-in-prol...i was able to succesfully build my first ETL job.
Now i am working on a second part of the solution which requires
So the values thet need to get passed from the first XML list are
At present i have a simple job build which basically calls the current date and rotates
tloop:
tjava:
HTTPRequest
Thanks All, any ideas would be much appreciated
ill continue working through it if i find anything ill post back
regards
david
Sorry if I missed it, but I did not understand your question. What is the issue you are facing?
Hi Shong
I am getting this error in the JAVA
Error in the component's properties:URL cannot be resolved or is not a field
URL cannot be resolved or is not a field
Code:
String stringDate=(TalendDate.formatDate("yyyy/MM/dd",row1.MeetingDate)).replaceAll("/0","/");
context.URL="https://tatts.com/pagedata/racing/"+stringDate+"/"+row1.MeetingCode+"Fields.xml";
any ideas?