|
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(xPathIn a XML file, that method returns True if the specified xPath exists in the current record. Otherwise, it returns False. xPath String. Examples |
|