General Properties
The following properties are valid for all input formats.
The specific properties of the formats are described in the respective sections on the individual formats.
Property | Description |
|---|---|
InputFormat[].Type* | Type of input format:
|
InputFormat[].ConditionMacro | Field macro expression if the processing of a input format reader is to be executed only under certain conditions (optional) The expression must return a corresponding Boolean value. If the property value is missing, the condition will implicitly be considered fulfilled. As no field catalog has been assigned at this point, only those field variables are usable that have been previously assigned via |
InputFormat[].FileFilter(%) | Name filter for selection of the files to be processed If the value is missing, all files matching the format of the type will be selected by default. The files will be processed one by one (e.g., all If a file that is not of the correct type is transferred to an input format according to the filter, processing will usually result in an error. For the PEPPOL, XRechnung, and ZUGFeRD e-invoice formats, however, an explicit check for a valid format is performed in advance, in order to skip the problematic file and avoid a general processing error. As no field catalog has been assigned at this point, only those field variables can be used in the filter expression that were previously assigned as temporary variables via |