GCP Data fusion transfer multiples from Azure storage to Google Storage

271 Views Asked by At

I am Trying to transfer multiple (.csv) files under a directory from Azure storage container to Google storage (as .txt files)through data fusion. From Data fusion, I can successfully transfer single file and converting it to .txt file as part of GCS Sink.

But when I am trying to transfer all the .csv files under azure's container to GCS, it s merging all the .csv files data and generating single .txt file at GCS.

Can some one help on how to transfer each file separately and converting it to txt at Sink side?

1

There are 1 best solutions below

2
On

What you're seeing is expected behavior when using GCS sink.

You need an Azure to GCS copy action plugin, or more generally an HCFS to GCS copy action plugin. Unfortunately such a plugin doesn't already exist. You could consider writing one using https://github.com/data-integrations/example-action as a starting point.