Skip to main content
Decode and display the contents of a Kodexa delta binary file. Deltas are the binary change format used by the platform to represent modifications between document revisions. This command lets you inspect what operations a delta contains without applying it.

Usage

Flags

Examples

Inspect a Delta File

Show Data Payloads

Each operation’s JSON data and previous data (for MOD operations) is displayed inline beneath the operation row.

JSON Output

Filter with jq

Entity Types

Operation Types

Use --json --data with jq to build custom reports. For example, to see all modified data attributes with their before/after values: