extra blank line being added on data import
I have successfully imported a csv to a dataset via the api, however, an extra blank line is being added right after the the column headers. I have tried both the Windows csv encoding (\r\n line terminator), and Unix encoding (\n only) and this hasn't fixed the issue. Any ideas?