SecurityEssentials / Teams2NVivo

This converts automated transcripts generated by Zoom or Microsoft Teams to NVivo format, with options to make coding easier.
MIT License
6 stars 1 forks source link

Word format transcript? #5

Closed charlesweir closed 2 years ago

charlesweir commented 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?

charlesweir commented 2 years ago

I've investigated this in more detail. It looks very hard work and introduces extra dependencies.

NGTF.