Bulk operation : download and parse data using nodejs

fenixoom
Visitor
1 0 4

Hi,

I followed the tutorial to perform a bulk operation to get all the products programmatically (https://shopify.dev/tutorials/perform-bulk-operations-with-admin-api).

Once the bulk is completed, I got the url of the file https://storage.googleapis.com/shopify...

I'm stuck at this step: please do you know how I can download and parse the data from this big jsonl file using node.js?

I wanted to use the readline module as indicated to use streams with node.js, the problem is that you can use this module only with a local file, not with a remote file as it is the case here with https://storage.googleapis.com/shopify...

Thanks for your help.

Reply 1 (1)

SilasGrygier
Shopify Partner
19 2 7

Hi, did you manage to solve this?