Skip to content

Commit 3d4bf73

Browse files
committed
Added note about URI template syntax
1 parent 8916c8d commit 3d4bf73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/import/common-import-features.md

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ The following techniques can assist you with writing a URI template:
7878
fields that can be referenced in your template.
7979
2. Run the import command with `--preview 1` to see a tabular representation of a single record read from the command's
8080
data source. This also helps you understand the fields that can be referenced in your template.
81+
3. Consider using an [options file](../common-options.md), as the inclusion of sequences such as `"{/` can be
82+
mis-interpreted by some shell environments.
8183

8284
## Configuring document metadata
8385

0 commit comments

Comments
 (0)