Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good Morning ,
i am new to talend ,i am having an requirement on currency conversion.
Example : if our data in USD and need to convert to indian currency .
how can i deal this ,please guide me
Hi Ravi,
@TRF is right and you would require to use REST components of Talend for your requirement.
I believe you are looking for how to join the various components together for your use case. Could you please suggest whether the input flow is a batch file or a real time request since the solution methodology will be different from this point itself. I would suggest you to create a basic framework of your job based on your requirement and current understanding of Talend components. If you are stuck somewhere, please share your current jobs with screenshots of overall job flow and the component screenshots where you are facing issues.
As a starting point, my suggestion would be to go through the Talend basic training videos followed by a quick practice of batch file and REST components related scenarios from Talend Help document. This will automatically give you a fair idea about how to interconnect various components for your use case. If you are still stuck, please feel free to come back to forum and we all are here to help you 🙂
In this way, you will easily learn the various components of Talend and how to create jobs in Talend.
Warm Regards,
Nikhil Thampi
Hi,
I am also having the same issue, I need to extract the daily currency conversion rates from the below link; I am new to Talend as well, can you please share design of the ETL job and its configuration screenshots if possible?
Request: http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml
here is the design of my Talend Job. It returns nothing in Body and returns 301 as error code.
@TRF - Can you check my design and guide me? I am kind of stuck here.