hi, great work!
how should the input (-f) json file look like? i am trying something like:
{
"connection": {
"host": "...",
"port": "..."
},
"output": {
"clean": true,
"outDir": "..."
},
"metadata": {
"indices": true,
"timestamps": true,
"associationsFile": ".....",
"case": "CAMEL"
}
}
but that does not work
hi, great work!
how should the input (-f) json file look like? i am trying something like:
{ "connection": { "host": "...", "port": "..." }, "output": { "clean": true, "outDir": "..." }, "metadata": { "indices": true, "timestamps": true, "associationsFile": ".....", "case": "CAMEL" } }but that does not work