0

I am trying to move & decompress data from Azure Data Lake Storage Gen1. I have a couple of files with ".tsv.gz" extension, and I want to decompress and move them to a different folder, which is in the same data lake. I've tried to use the wildcard "*.tsv.gz" inside the connection configuration, so I can make this process at once.

Am I making some mistake?

enter image description here

Thanks

FelipePerezR
  • 155
  • 1
  • 2
  • 14

1 Answers1

3

Just tested it, you should just use:

*.tsv.gz

Without ' or "

Hope this helped!

PS: also, remember to check the "Copy file recursively" when you select the dataset in the pipeline.

Martin Esteban Zurita
  • 3,161
  • 12
  • 23