Skip to content

Also strip leading zeros in account number normalization (v0.8.4) (#19)

Choose a tag to compare

@mabahamo mabahamo released this 06 Feb 23:43
· 14 commits to main since this release
fe7b79c
XLS files contain "00-138-04983-01" (with leading zeros) while
users configure "1380498301" (without). Stripping only dashes was
insufficient — also strip leading zeros so both normalize to the
same value.