Currently I'm getting the following validator error for one of my datasets. I assume that we used pandas to make the file, so if that's defaulting to Carriage returns we need to explicitly set it to use '\n'.
[ERR] All TSV files must use Line Feed '\n' characters to denote new lines. This files uses Carriage Return '\r'. (code: 70 - WRONG_NEW_LINE)
Currently I'm getting the following validator error for one of my datasets. I assume that we used pandas to make the file, so if that's defaulting to Carriage returns we need to explicitly set it to use '\n'.