This is a tool that generates EDML definitions for Parquet files.
Download the binary for your operating system from the latest release.
Run on your local PC:
parquet-edml-generator.exe <parquet file>Run on your local PC:
./parquet-edml-generator-linux-binary <parquet file>Please note that we currently don't provide native binaries for macOS, because execution fails on macOS 13 Ventura. Support for native binaries on macOS will be added in issue #36.
On other operating systems, you can use this tool with Java. For that, you need Java version 17 or higher installed.
java -jar parquet-edml-generator.jar <parquet file>