Q-Cloud File Parser Overview

The parser runs as a one-shot container. You mount an input directory, provide the required environment variables, and the parser turns each supported file into the matching Q-Cloud action.

What The Parser Does

  • Reads files from a mounted input directory.

  • Matches each file to a supported file interface.

  • Sends the corresponding API calls to Q-Cloud.

  • Writes a final run summary to stdout.

  • Can archive or delete files after a successful run.

What The Parser Does Not Do

  • It does not schedule itself.

Supported File Families

  • ACG’s Generic File Interface

  • ZWZ Fileinterface

  • UNILIN-UNIMAT

Parser Mode

Use PARSER_MODE to choose which family of file formats the container should accept:

  • acg for the generic add, update, remove, and outscan files

  • zwz for the ZWZ Fileinterface

  • unilinunimat for the UNILIN-UNIMAT files