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?
Thanks