So I import a csv sheet using the csv import. But every row ends up with the entire record in the first field!
On further investigation, I see that yog defaults to ' t ' as the field separator. Why? CSV means “COMMA separated values” and therefore the separator is a comma – by definition.
By all means have a generic text file import where you expect to set field and record separators, but CSV has GOT to be COMMA! 😮