fieldExists()
Method of the data
object that returns true if a certain metadata field, column or node exists. (See data.)
fieldExists(levelName, propertyName)
This method returns true if the given metadata field exists at the given level in a PDF/VT or AFP file.
levelName
String, specifying a level in the PDF/VT or AFP file.
propertyName
String, specifying the metadata field.
fieldExists(fieldName)
This method returns true if the specified column exists in the current record in a CSV file.
fieldName
String that represents a field name (column) in a CSV file.
fieldExists(xPath)
This method returns true if the specified node exists in the current record in an XML file.
xPath
String that specifies a node.