Search

Find Occurrence Of Dictionary Item

Articles

Use this function to find the text that is matching with one of the values in the given column of a table.

Syntax

Find Occurrence Of Dictionary Item (fid, dictionary_table, column_name, occurrence)

Parameters

Input Parameter Name Description
fid OutputXmlFID from the Doc reader node
dictionary_table Table that contains the search keywords
column_name Name of the column that contains the search keywords
occurrence Occurrence of the pattern

Sample

Find Occurrence Of Dictionary Item (ee239b1e-0cf3-4292-8598-803a85f7727d, Table 1, Example, 2)

  • Finds the 2nd occurrence of the dictionary item in the table ‘Table 1’ in the column ‘Example’ in the file ‘ee239b1e-0cf3-4292-8598-803a85f7727d’.

Returns

Return Value Description
Text The matching text

To view all the Document functions, click here.

Did you find what you were looking for?