Zip Meta Distribution Format
Zip Meta distribution format
Overview
Zip Meta is the default distribution format in UKG HR Service Delivery. It uses a ZIP file containing both:
- Documents to distribute (e.g., payslips in PDF)
- An XML metadata file describing how to link documents to employees.
Structure
- ZIP archive
META.XML— metadata describing each document (employee identifier, document type, date).- Document files (e.g.,
12345.pdf,12346.pdf).
Metadata content
The XML file must contain:
- Employee identifiers (organization + employee number).
- Document type.
- Document date.
- Optional routing flags (paper/electronic).
Workflow
- Generate the ZIP with all documents + metadata XML.
- Upload to the SFTP input directory.
- UKG HR Service Delivery parses metadata and routes documents.
- Reports are generated in the output directory.
Updated 17 days ago