Skip to content

Commit 947ea1f

Browse files
authored
Merge pull request #211482 from jonburchel/pr97588
Pr97588
2 parents ec5c54e + 0840c06 commit 947ea1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-azure-data-lake-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,9 @@ Wildcard examples:
453453
* ```[]``` Matches one of more characters in the brackets
454454

455455
* ```/data/sales/**/*.csv``` Gets all csv files under /data/sales
456-
* ```/data/sales/20??/**/``` Gets all files in the 20th century
456+
* ```/data/sales/20??/**/``` Gets all files recursively within all matching 20xx folders
457457
* ```/data/sales/*/*/*.csv``` Gets csv files two levels under /data/sales
458-
* ```/data/sales/2004/*/12/[XY]1?.csv``` Gets all csv files in 2004 in December starting with X or Y prefixed by a two-digit number
458+
* ```/data/sales/2004/12/[XY]1?.csv``` Gets all csv files from December 2004 starting with X or Y, followed by 1, and any single character
459459

460460
**Partition Root Path:** If you have partitioned folders in your file source with a ```key=value``` format (for example, year=2019), then you can assign the top level of that partition folder tree to a column name in your data flow data stream.
461461

0 commit comments

Comments
 (0)