AutomatedProcessImprovement / openxes-cli

CLI for OpenXES

Repository from Github https://github.comAutomatedProcessImprovement/openxes-cliRepository from Github https://github.comAutomatedProcessImprovement/openxes-cli

OpenXES CLI

OpenXES-CLI version

This is a command line interface for the OpenXES library. It allows you to convert XES files to CSV files and vice versa.

Usage

Example:

java -jar openxes-cli.jar -f input.xes -t csv -o outut.csv

CLI options:

usage: openxes-cli
 -f,--from <arg>     Input file path
 -h,--help           Print help message
 -o,--output <arg>   Output file path (optional)
 -t,--to <arg>       Output format extension

Releases

You can browse compiled releases in the Releases section.

About

CLI for OpenXES


Languages

Language:Java 94.2%Language:Kotlin 5.8%