Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Order of Operation

I am struggling with something that does not make any sense.

 

My use case:

1) Log into google Drive

2) Extract a csv file

3) create that file in the processing folder

4) Upsert that file data to Salesforce

When I pull the file like this:

0683p000009M2fd.png

It creates the file as a csv in the intended directory.

 

As soon as I do this:

0683p000009M2On.png

The file is only created as a blank file and I cannot read the data.

I need to be able to read through and transform the data in order to set up the correct records.

 

Any help is appreciated.

 

 

Labels (4)
2 Replies
DataTeam1
Creator
Creator

Are you sure that the path in each tFileDelimited... component is the same?

 

Try to use tHash... components instead of tFileDelimited... to be sure that process is correct.

 

Here you can find info about tHash components.

 

https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/LTqBBurBnnkWIPVTY769dA

Anonymous
Not applicable
Author

Hi,

 

    Two items could be the reason here. First, I would suggest you to change the flow to OnSubJobOk as it is more ideal.

0683p000009M1wu.png

 

Another thing I noticed is that you are writing the data to same file"InvestmentBookingProcessing" through reject flow. Please make sure that you are not writing and reading from same file in same subjob. You can use Append mode as an option but I prefer to load any reject records back to original file in separate step.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂