This is a command line interface for the OpenXES library. It allows you to convert XES files to CSV files and vice versa.
Example:
java -jar openxes-cli.jar -f input.xes -t csv -o outut.csvCLI 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
You can browse compiled releases in the Releases section.