Batch Parser
- Ingestion Location: Location to pick up files.
- This can be a file path: /mnt/drop or a URI /service/pickup
-
File Pattern: Pattern for file matcher.
- For example *.xml
- Parser (Required): Select a parser type.
-
Pre Parse Commands: Command to be run before parsing the
document.
- This is meant for cases where you have zip files and need to decompress before processing.
- Server And Port: Server and port for REST content retrieval.
- Username: Username for REST content.
- Password: Password for REST content.
Parser Formats
XML
<ROOT> <INFO> <DOCUMENT_NAME>5012421.pdf</DOCUMENT_NAME> <COURIER_NAME>M2M_DHR_20190703121505</COURIER_NAME> </INFO> <DOCUMENT DOCUMENT_DATE="03/04/2019"> <INDEX_FIELDS> <FIELD NAME="DOCUMENT_NUMBER" VALUE="501242"/> <FIELD NAME="ID_M3M" VALUE="DLP_501242_2019"/> </INDEX_FIELDS> </DOCUMENT> </ROOT>