Commit f6e3c251 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

fix: keep using HasHeader in TSV parsing

In an attempt to make the TSV parser more lenient for the absence of the
forms column, I have used NoHeader in the `decodeWithP` call, but that
caused the first line of the TSVs with a header to be interpreted as
terms, which is not what we want.
parent da942cf9
Pipeline #7487 canceled with stages