Export to CSV decimal value issue

0
I use the excel exporter module to export our data in CSV file and also in Excel file. I do not have problem with excel file but I have problem in CSV. I have a couple of decimal value like 3456,76  and in excel file I see that 3456,76 but in CSV format I see it like (Value *100000000) that is mean that it is 345676000000. It is same for all decimal value. The customer need decimal rather than string in CSV file because they want to make same calculation in CSV and EXcel file. I use the round($Value,2) function in microflow to see value like 3456,76. It works perfect in Excel but for CSV I have problem What I explained. It is not possible for this case to use properties CSV export of Datagrid. Because I need to export  entities of one to multi association.  
asked
0 answers