mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
Fixed formatting of a list.
This commit is contained in:
@@ -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:::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user