Failed to parse while importing CSV file

Dirk Hohndel dirk at hohndel.org
Fri Sep 11 11:13:47 PDT 2015


On Fri, Sep 11, 2015 at 11:05:34AM -0700, Dirk Hohndel wrote:
> 
> I'm not quite sure why Notes isn't recognized (I'll have to spend some
> more time looking at the code to remind myself how this was supposed to
> work...)

A brief debugging session quickly showed the culprit. This wasn't about
"Notes", it was about the last column header - it contained the Windows
style line end marker '\r\n' and that made us not match it against the
sample strings.

I fixed this in the latest development sources, so this part should work
in Beta 2 (or the next daily build).

Thanks again for reporting this and for providing good information that
made it easy to reproduce your problem!

/D


More information about the subsurface mailing list