Open cproctor opened 2 weeks ago
I believe the main problem is that I have implemented Source Paths (REFI-QDA Standard, section 8.3) incorrectly, but I don't remember 100%. It may be helpful to unzip nvivo_project.qdpx
, look at the XML file inside, and compare it to the XML produced by a project exported from qc
. You could also add print-debug statements to the qualitative_coding.refi_qda.reader.REFIQDAReader
.
There is an incompatibility between the REFI-QDA standard and
qc
's implementation. I have added a small sample project exported from Nvivo to the repository atqualitative_coding/refi_qda/nvivo_project.qdpx
. It should be possible to import this project toqc
as follows:However, this will fail. Please diagnose why this is failing, and propose fixes to
qc
's REFI-QDA reader and writer. We'll discuss the proposed fix, and then I will ask you to go ahead and implement it.