Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Parikhharshal
Creator III
Creator III

tBigqueryInput multiple google session file

Dear Talend experts

 

I have a scenario where I have to ingest a day old google session file (file generated each day like this)

0683p000009M9Hs.png

 

This part in sql always changes as soon as I select different day:

 

ga_sessions_20191005` 

 

What's the best way to ingest this into Redshift?

 

Thanks

Harshal.

Labels (2)
5 Replies
Anonymous
Not applicable

It seems you need to save the file to local system, and then read it. Don't know if there is an API to download the file automatically? If so, it will make the steps more programmatic.

Regards
Shong
Parikhharshal
Creator III
Creator III
Author

Thanks @shong  for your reply. 

 

I have asked Google guys if they have got any API which we can use.

 

But you also mentioned that the files can be stored locally. How can I store from tbigqueryinput to local?

Anonymous
Not applicable

I don't meant to use tBigQueryInput to download the file to local, I see there is a Save.. button in your image, I guess this button is used to save the session file to local system.

Parikhharshal
Creator III
Creator III
Author

Ohh.. That will be manual. I want to automate using Talend.

Anonymous
Not applicable

I see, let me know if you get any news from Google guys.