fieldExists()

Method that returns True if a metadata field exists.

Related Object: Data.

fieldExists(levelName, propertyName)

In a PDF file, that method that returns True if metadata field propertyName exists at the levelName level or False otherwise.

levelName

String.

propertyName

String.

fieldExists(fieldName)

In a CSV file, that method returns True if the specified fieldName exists in the current record. Otherwise, it returns False.

fieldName

String that represents a field name (column) in a CSV file.

fieldExists(xPath

In a XML file, that method returns True if the specified xPath exists in the current record. Otherwise, it returns False.

xPath

String.

Examples

 
  • Last Topic Update: 24/01/2017 09:32
  • Last Published: 7/6/2017 : 9:48 AM