0

I would like to copy any file in Blob container to another Blob container. No transformation is needed. How to do it?

However I get validate error:

 Copy data1:
 Dataset yellow_tripdata_2020_1 location is a folder, the wildcard file name is required for 
 Copy data1

Source

Sink destination

1 Answer 1

1

As the error states: the wildcard file name is required for Copy data1.

On your data source, in the file field, you should enter a pattern that matches the files you want to copy. So *.* if you want to copy all the files, and something like *.csv if you only want to copy over CSV files.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.