so writing data csv file through java. 1 of column has value "047669602100001" , when written csv file showing "4.76696e+13". sure because of column width. when double click on row shows me original record.
is there anyway follow avoid behavior?
this isn't java's behavior.
047669602100001 being written csv file properly. program using view see large number , put scientific notation display purposes. if open csv file text editor you'll see correct value recorded.
Comments
Post a Comment