Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I'm new to Talend and looking for some help. I'm trying to commit changes from a CSV file to an Oracle table. Everything appears to run fine, and the first time it ran successfully I was able to see changes in the table albeit only partly. However, since the first time the rejects CSV file is getting created, but there are no changes in the table. After some research I think it's an issue with the commit. I'm not sure where to go from here.
Thanks!
9 columns in schema
Action on Table: Default
Action on Data: Insert
@shong The issue was with the commit. When I ran commit command in Oracle SQL Developer, and then ran the job in Talend, it started working fine every time. Is there a way to force commit within Talend? Thank your for the guidance.