Record Counter
The adapter counts records in the input data determined by a delimiter. This adapter treats all input data as text and outputs an XML document that contains the number of records.
Properties
Operation | Determines which operation the adapter executes Possible values: |
Parameter
Adapter | Main class of the adapter (do not change!) Possible values: |
RecordID | Separator used (or escape sequence) Possible values:
|
Status values
1 | The operation was executed successfully. |
-1 | The operation failed due to a technical error. |
Output
The successfully executed Record Counter returns an XML document with the following pattern:
<RecordCount><!--Anzahl der Datensätze--></RecordCount>