Skip to content

Commit d675beb

Browse files
authored
Merge pull request #50158 from mithunkr90/mirajend-wildcardpath-update
Updating docs for wildcard path search dataflow connector
2 parents 9626c80 + 77a433b commit d675beb

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

articles/data-factory/connector-azure-blob-storage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,8 @@ Wildcard examples:
509509
* ```[]``` Matches one of more characters in the brackets
510510

511511
* ```/data/sales/**/*.csv``` Gets all csv files under /data/sales
512-
* ```/data/sales/20??/**``` Gets all files in the 20th century
512+
* ```/data/sales/20??/**/``` Gets all files in the 20th century
513+
* ```/data/sales/*/*/*.csv``` Gets csv files two levels under /data/sales
513514
* ```/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
514515

515516
**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.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ Wildcard examples:
404404
* ```[]``` Matches one of more characters in the brackets
405405

406406
* ```/data/sales/**/*.csv``` Gets all csv files under /data/sales
407-
* ```/data/sales/20??/**``` Gets all files in the 20th century
407+
* ```/data/sales/20??/**/``` Gets all files in the 20th century
408+
* ```/data/sales/*/*/*.csv``` Gets csv files two levels under /data/sales
408409
* ```/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
409410

410411
**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.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ Wildcard examples:
347347
* ```[]``` Matches one of more characters in the brackets
348348

349349
* ```/data/sales/**/*.csv``` Gets all csv files under /data/sales
350-
* ```/data/sales/20??/**``` Gets all files in the 20th century
350+
* ```/data/sales/20??/**/``` Gets all files in the 20th century
351+
* ```/data/sales/*/*/*.csv``` Gets csv files two levels under /data/sales
351352
* ```/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
352353

353354
**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.
-989 Bytes
Loading
-81.5 KB
Loading

0 commit comments

Comments
 (0)