Question

Importing CSV data with different links each time


Hi!
 

I am trying to create a workflow to import a CSV file through zapier, however, the CSV data will be coming from multiple emails which means different CSV links that I will not have until they get emailed in & even then the links will be different each time. Trying to stay away from any manual work or manually updating one CSV file each time. 

Any advice/tips will be greatly appreciated!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

15 replies

Userlevel 7
Badge +14

Hi @mags 

Are the links publicly accessible to download/access the CSV files?

You can check by opening the link in a new private browser to see if it initiates the download.

Userlevel 7
Badge +14

@mags 

If yes, then you can try the Formatter > Utilities > Import CSV action.
 

NOTE: The CSV File field accepts URLs: https://zapier.com/help/create/basics/different-field-types-in-zaps#step-4

 

 

@Troy Tessalone Yes they are however the emailed csv attachment will be reports sent in by different accounts. 

Userlevel 7
Badge +14

@mags

What email app is being used to receive the CSV attachments? (e.g. Gmail)

 

Can you explain what you mean by different accounts?

Do you mean different email accounts RECEIVE the emails?

If yes, then you’ll need separate Zaps, 1 per authenticated email account.

 

Do you mean different sources send emails to the SAME 1 email account?

If yes, then you may need different Zaps, to filter the emails properly.

 

FYI: Gmail has this Zap trigger:

 

@Troy Tessalone Gmail can be used, I was also thinking of using parser by zapier to set up multiple emails to distinguish the different sources however I do not think the parser can transfer the csv files. I will just need to be able to separate the multiple sources sending in these emails. 

Userlevel 7
Badge +14

@mags

If you want to try the email parsing route, try Mailparser: https://zapier.com/apps/mailparser/integrations

I want to get attachments from the parser

To get attachments from Mailparser, you need to create a new parsing rule in the account which returns the meta data of the attachments.
This gives the Zap the URL to where the attachment is located on their server which you can then find on the Zap!

Userlevel 7
Badge +14

@mags 

Still unclear what distinguishes the different sources.

For example…

Different FROM Email Addresses?

Different FROM Names?

Different Subject Lines?

Different Body content?

Different receiving email accounts?

@Troy Tessalone Ok so if I am using gmail, can different sources send me csv reports attached via email, go through zapier to then upload to another connected app? The csv url will be different each time as it will be from a weekly auto-generated report. 

Userlevel 7
Badge +14

@mags

If the CSVs are being sent as email attachments, then links aren’t involved, and you can use the Gmail New Attachment Zap trigger.

 

And depends on what the other app is that you are trying to send the CSV data to.

Are you trying to send the individual rows of the CSV or the CSV file itself to another app?

You can see the list of available Zap apps here: https://zapier.com/apps

@Troy Tessalone Okay that makes sense. I will be uploading it to QuickBase. I have done this before but not with attachments, just regular text. I am trying to send the actual text data from the csv file to upload into an existing table in Quickbase. However I wonder how the data text will be separated or if it can be distinguished to be able to assign the rows to different fields. 

 

Userlevel 7
Badge +14

@mags

If yes, then you can try the Formatter > Utilities > Import CSV File action.
 

NOTE: The CSV File field accepts URLs: https://zapier.com/help/create/basics/different-field-types-in-zaps#step-4

 

 

@Troy Tessalone Will i have to input the csv link each time for the individual csv attachments emailed? 

Userlevel 7
Badge +14

@mags

To clarify, it will be a file object from the email attachment, not a link.

Yes, you will need to map (using the ‘CUSTOM’ option) the file object (aka CSV attachment) from the Gmail New Attachment trigger step to the Formatter > Utilities > Import CSV File action step.

Check out these help articles:

https://zapier.com/help/create/basics/set-up-your-zap-action#set-up-your-action

https://zapier.com/help/create/basics/send-files-in-zaps

@Troy Tessalone  Could this same process be done with an excel file? 

Userlevel 7
Badge +14

@mags

Needs to be a CSV file.

You can upload Excel files to GDrive and convert those to GSheets to get the CSV version of the XLS.