I'm looking at the Microsoft documentation on moving data to and from an Azure Data Lake Store and finding the following about the fileName
property:
Name of the file in the Azure Data Lake store.
fileName
is optional and case-sensitive. If you specify a filename, the activity (including Copy) works on the specific file."
What I don't see here is any mention of wildcards. How do I go about using, for example, not all of the files in a folder but only those matching 2017-foo-*.json
? I tried the asterisk but it appears to be taken literally.