Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using a talend job which convert data from temp location and delete file after conversion. I have observed an unexpected behavior on Talend only one day that , the file was not deleted from the temp location which lead to duplicates on the next day. In the detail log we could find “No file deleted” although the file was present in the location. Please find the log below
Please let us know the reason for not getting deleted by Talend Component (tFileDelete)
1570068615314;componentsSystemVariable;tFileDelete_1_SUBPROCESS_STATE;1
1570068615314;componentsSystemVariable;tFileDelete_1_CURRENT_STATUS;No file deleted.
1570068615314;executionTime;tFileDelete_1;0.009 seconds
1570068615315;startDateTime;tFileDelete_2;2019-10-03 06:10:15
1570068615315;componentsSystemVariable;tFileDelete_2_SUBPROCESS_STATE;1
@abdulniyas ,tFileDelete is the component to delete File or Folders, Can you show your job design and that how are you used tFileDelete component.
Can share your job design?