Usage: mauro-plugin-duckdb-csv [-hV] [-m=<modelName>] -o=<output>
-s=<sourceFile> [@<filename>...]
Extract metadata from CSV via DuckDB schema to Mauro JSON
[@<filename>...] One or more argument files containing options.
-h, --help Show this help message and exit.
-m, --model-name=<modelName>
Label of Model
-o, --output=<output> Output file
-s, --source=<sourceFile>
The source: zip, csv, or directory
-V, --version Print version information and exit.
Example using gradlew:
./gradlew run --args='-s csv_directory -o csv_datamodel.json'