Give us feedback
csv-decimal-with-zero
Reactive icon

CSV Decimal With Zero

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded on 06 January 2023 by 
5.0
 (7 ratings)
csv-decimal-with-zero

CSV Decimal With Zero

Documentation
1.0.2

CSV Decimal With Zero: 

1. While Exporting a CSV file if a decimal contains zero it will display zero.

2. Before it works fine when the value is 2,3,2.1, 2.2, 2.87 

3. Now it works fine when the value is 2.00,3.00,2.10, 2.20, 2.87

4. Implemented the decimal format for CSV

5. I came up with a solution for this issue when I assign the values from the aggregate to the var record and did the replacement there it seems that in a text file, the value comes in double quotes and when you open it in Excel the comma appears between decimal values.


1.0.1

CSV Decimal With Zero: 

1. While Exporting a CSV file if a decimal contains zero it will display zero.

2. Before it works fine when the value is 2,3,2.1, 2.2, 2.87 

3. Now it works fine when the value is 2.00,3.00,2.10, 2.20, 2.87

4. Implemented the decimal format for CSV

5. I came up with a solution for this issue when I assign the values from the aggregate to the var record and did the replacement there it seems that in a text file, the value comes in double quotes and when you open it in Excel the comma appears between decimal values.