Skip to content

Version 2.5.1

Compare
Choose a tag to compare
@eclipxe13 eclipxe13 released this 18 Nov 07:51
· 80 commits to master since this release
4092c7c

Fix how to find how many first equal lines are between two CSV files.

In Catálogos de CFDI 4.0 published at 2022-11-18 was found that the headers on files c_CodigoPostal_Parte_1 and c_CodigoPostal_Parte_2 were different because of empty cells at the end.

This fix include a better test and fix the issue by changing how csv lines are normalized.
Normalization: explode values, trim values, remove empty values at end, and implode values back.