I tried below: Cobol2JsonSchema.newCobol2Json(copyBookFile).cobol2jsonSchema(printStream); but this is printing the actual data in json format and not the schema definition
Does it support Avro format ?
Does it support Avro format ?
THanks @bruce_a_martin. is there possibility to output the avro schema along with the file. that is helpful for parsing large json files to avoid schema inference in other tools for processing. I noticed for large json processing its better to supply the schema in avro format instead of inference. schema inference is very expensive operation for large datasets.
THanks @bruce_a_martin. is there possbility to output the json schema along with the file. that is helpful for parsing large json files to avoid schema inference in other tools for processing.
THanks @bruce_a_martin. is there possbility to redirect errors generated to a file output or supress it so it does not show up in stdout same as final json output ?
@bruce_a_martin. thanks for the update. flatten option will be great addition. setWriteCheck addresses the redefines issue suggested earlier ?
@bruce_a_martin. thanks for the update. flatten option will be great addition. are you planning to address the redefine issue as well ?