project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

remove blanks at location which might cause errors when reading csv with LibreOffice #482

Closed pedrolp85 closed 9 months ago

pedrolp85 commented 9 months ago

The blanks at the end of the Data transfer location generator causes that Libreoffice read it as a tab, In the case we want to modify the .csv (for example removing a column), the files with that location are shifted one column to the right:

Before:

grep -A 1 -B 1 -i "mumbai" January-2024-vMnAylnn.csv

,"Amazon Web Services, Inc.",$20.0 per GB - Asia Pacific (Mumbai) data transfer to Asia Pacific (Mumbai) ,

After: ,"Amazon Web Services, Inc.",$20.0 per GB - Asia Pacific (Mumbai) data transfer to Asia Pacific (Mumbai),

codecov[bot] commented 9 months ago

Codecov Report

Merging #482 (e583934) into main (aff72e6) will decrease coverage by 0.0%. Report is 3 commits behind head on main. The diff coverage is 100.0%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #482 +/- ## ======================================= - Coverage 93.5% 93.5% -0.0% ======================================= Files 60 60 Lines 4620 4629 +9 Branches 662 664 +2 ======================================= + Hits 4321 4328 +7 - Misses 156 157 +1 - Partials 143 144 +1 ```