Fixed formatting of a list.

This commit is contained in:
Jamie Hardt
2023-11-04 10:43:21 -07:00
parent 17b87b6e69
commit 7b38449a5f

View File

@@ -27,12 +27,13 @@ The row output for this clip will contain columns for the values:
These fields can be defined in the clip name in three ways: These fields can be defined in the clip name in three ways:
* `$NAME=VALUE` creates a field named `NAME` with a one-word value `VALUE`.
* `{NAME=VALUE}` creates a field named `NAME` with the value `VALUE`. `VALUE` * `$NAME=VALUE` creates a field named `NAME` with a one-word value `VALUE`.
in this case may contain spaces or any chartacter up to the closing bracket. * `{NAME=VALUE}` creates a field named `NAME` with the value `VALUE`. `VALUE`
* `[NAME]` creates a field named `NAME` with a value `NAME`. This can be used in this case may contain spaces or any chartacter up to the closing bracket.
to create a boolean-valued field; in the output, clips with the field * `[NAME]` creates a field named `NAME` with a value `NAME`. This can be used
will have it, and clips without will have the column with an empty value. to create a boolean-valued field; in the output, clips with the field
will have it, and clips without will have the column with an empty value.
For example, if three clips are named::: For example, if three clips are named:::