cproctor / qualitative-coding

Qualitative coding for computer scientists
Other
11 stars 3 forks source link

Line breaks in txt file change on import #58

Closed cmaimone closed 2 months ago

cmaimone commented 2 months ago

I created a text file to code (plain text, unix LF line endings), with 5 sentences, one per line. When I imported this into qc, it removed all of the line breaks and this ended up being 2 lines of text in the file when it was opened for coding.

I was really surprised by this behavior and would not be happy with it -- if I had a transcript and new speaker indicators no longer showed at the beginning of the lines, etc. that would be a major issue.

The line breaks were preserved when I imported a .docx file.

cmaimone commented 2 months ago

Realized I missed the --importer verbatim option.