Number data type in Apache HOP
Apache HOP does not force you to set length
and precision
and format
attributes. But then it outputs .csv file in format #,##0.0, that is rounds up to one decimal digit.
Do they guarantee this behaviour?
Apache HOP does not force you to set length
and precision
and format
attributes. But then it outputs .csv file in format #,##0.0, that is rounds up to one decimal digit.
Do they guarantee this behaviour?