You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_dc/config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ If you are using subdirectories, specify the file names using paths relative to
77
77
78
78
## Input files
79
79
80
-
The top-level `inputFiles` lists out the CSV input files and options specific to each file. The file expression is the file name (including relative subdirectories, where applicable) or wildcard patterns if the same configuration applies to multiple files. The files and sudirectories are assumed to be relative to the directory which you have specified as `INPUT_DIR` in your `env.list` file.
80
+
The top-level `inputFiles` lists out the CSV input files and options specific to each file. The file expression is the file name (including relative subdirectories, where applicable) or wildcard patterns if the same configuration applies to multiple files. The files and subdirectories are assumed to be relative to the directory which you have specified as `INPUT_DIR` in your `env.list` file.
81
81
82
82
You can use the `*` wildcard; matches are applied in the order in which they are specified in the config. For example, in the following:
83
83
@@ -149,4 +149,4 @@ provenances
149
149
"USA Top Baby Names 1923-2022": "https://www.ssa.gov/oact/babynames/decades/century.html"
150
150
}
151
151
```
152
-
The named provenances should be used to identify the `provenance` field(s) of input files.
152
+
The named provenances should be used to identify the `provenance` field(s) of input files.
0 commit comments