File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ Choose settings to manage files in your source.
82
82
83
83
Wildcard examples:
84
84
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
93
93
94
94
Container has to be specified in the dataset. Your wildcard path must therefore also include your folder path from the root folder.
95
95
You can’t perform that action at this time.
0 commit comments