DataExport widget changes the column formatting after export
I have an infotable (from SQL query and processed in JS) in which one column is "Serial number" which sometimes has pure number data type and sometimes it is alpha-numeric. and hence the column values is converted into varchar
When this infotable is provided to "DataExport" widget, it downloads a ".csv" file, which shows the "Serial Number" column formatting as "General" and hence the pure numeric values displayed as "2.303036E+13".
Where as it should show something like 2303601000059.
I tried the filed definition datatype as "Number" as well as "String", but getting the same result.
Please suggest a solution on this.
Please find the screenshots below.



Thank you

