Closed charlesweir closed 2 years ago
NVivo can import from word documents containing the transcript data in an embedded table. That allows multiple paragraphs in a single item, avoiding the need to search and replace the --- marks.
Use https://github.com/dolanmiu/docx to generate the file? And string.split + array.map to make the conversion elegant?
I've investigated this in more detail. It looks very hard work and introduces extra dependencies.
NGTF.
NVivo can import from word documents containing the transcript data in an embedded table. That allows multiple paragraphs in a single item, avoiding the need to search and replace the --- marks.
Use https://github.com/dolanmiu/docx to generate the file? And string.split + array.map to make the conversion elegant?