RE: Cobol to Avro job flow failing with Number format exception for decimal and long if we use transpose option
Cobol to Avro job flow failing with Number format exception for decimal and long if we use transpose option.
Dataflow having issues with Transpose option, observed issues with decimal and long data types.
Values for long and decimal datatypes not converting appropriately and giving number Format exception errors
Number format exception is thrown when decimal/long fields of COBOL data has spaces in it. To resolve this we need to map decimal/long fields to string datatype in AVRO target.