@Parse dialog box

Use this dialog to configure the @parse function. This function is used to extract data from a document property (e.g. Document Name). You can extract data using character offset (specifying a beginning position and length), single delimiters (specify just the starting delimiter, it will be used as the only delimiter, field number, and length), and double delimiters (specifying a starting delimiter, ending delimiter, field number, and length). When you create a business rule action to set document properties, the parsing command should be entered in the appropriate Value cell on the Document Properties dialog box.

Once created, the function command syntax is as follows,

For character offset: @parse([FieldSource], position, length)

For single delimiter:@parse([FieldSource], "delimiter", field number, length)

For double delimiters: @parse([FieldSource], "starting delimiter", "ending delimiter", field number, length)

Click an option you want to learn more about.

@Parse dialog

What do you want to do?


Fieldsource

Specifies the document property from which data will be extracted. Right-click in the box, select Insert Document Property, and select the document property from the list. The document property will appear in brackets in the field source box.

Field

Specifies that you are going to extract data using character offset. To do this you will need to specify a beginning position and length.

Delimited List

Specifies that you are going to extract data using single delimiters or double delimiters. If you are using a single delimiter you will specify just the starting delimiter, it will be used as the only delimiter, field number, and length. If you are using double delimiters you will specify a starting delimiter, ending delimiter, field number, and length.