qc corpus import accepts the option --importer, which specifies a strategy for importing media into the corpus. These strategies are implemented by qualitative_coding.media_importers.base.BaseMediaImporter and its subclasses.
End-users should be able to implement their own media importers for custom use cases using --importer python.module.path.ClassName.
qc corpus importaccepts the option--importer, which specifies a strategy for importing media into the corpus. These strategies are implemented byqualitative_coding.media_importers.base.BaseMediaImporterand its subclasses.End-users should be able to implement their own media importers for custom use cases using
--importer python.module.path.ClassName.