-
@fantasticlife Excel has added a BOM to the beginning of the TSV file which means that there is a UTF-8 U+FEFF character *before* the 1, which when converted to an integer is 0 - diff attached - the green has formatting removed. So you need to scrub your TSV files of formatting before using CSV
