fiuneuro / cis-processing

Automated transfer, conversion, and processing of data acquired at the FIU Center for Imaging Science.
Apache License 2.0
4 stars 4 forks source link

Explicitly set newline character in participants file #35

Closed tsalo closed 4 years ago

tsalo commented 5 years ago

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)