Skip to content

Commit cd94090

Browse files
authored
Update data-flow-source.md
1 parent 79d594f commit cd94090

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/data-factory/data-flow-source.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ Choose settings to manage files in your source.
8282

8383
Wildcard examples:
8484

85-
```*``` Represents any set of characters
86-
```**``` Represents recursive directory nesting
87-
```?``` Replaces one character
88-
```[]``` Matches one of more characters in the brackets
89-
90-
```/data/sales/**/*.csv``` Gets all csv files under /data/sales
91-
```/data/sales/20??/**``` Gets all files in the 20th century
92-
```/data/sales/2004/*/12/[XY]1?.csv``` Gets all csv files in 2004 in December starting with X or Y prefixed by a 2-digit number
85+
* ```*``` Represents any set of characters
86+
* ```**``` Represents recursive directory nesting
87+
* ```?``` Replaces one character
88+
* ```[]``` Matches one of more characters in the brackets
89+
90+
* ```/data/sales/**/*.csv``` Gets all csv files under /data/sales
91+
* ```/data/sales/20??/**``` Gets all files in the 20th century
92+
* ```/data/sales/2004/*/12/[XY]1?.csv``` Gets all csv files in 2004 in December starting with X or Y prefixed by a 2-digit number
9393

9494
Container has to be specified in the dataset. Your wildcard path must therefore also include your folder path from the root folder.
9595

0 commit comments

Comments
 (0)