We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8916c8d commit 3d4bf73Copy full SHA for 3d4bf73
docs/import/common-import-features.md
@@ -78,6 +78,8 @@ The following techniques can assist you with writing a URI template:
78
fields that can be referenced in your template.
79
2. Run the import command with `--preview 1` to see a tabular representation of a single record read from the command's
80
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.
83
84
## Configuring document metadata
85
0 commit comments