Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
am very new to talend.. can anybody help me in loading data fram a csv file to staging table(oracle)
Hello Sindhu,
For loading data from CSV to ORACLE you will need 2 Talend Components:
1. tFileInputDelimited
2. tOracleOutput
Steps :
First drag tFileInputDelimited component, double click on the component and give the path of your CSV file.
There are various options available for loading the CSV.
After that drag tOracleOutput compoonent. Double click and fill all the connection details.
Then attach the tFileInputDelimited to the tOracleOutput component and simply run the job
Thanks,
Trupti
Hello Sindhu..
follow this Steps:-