I have tried to import csv files with file headers with the code below, but it completely disregarded the file headers I put at the beginning of the file.
ti = TextImporter(mw.col, "myfile.csv")
ti.initMapping()
ti.run()
There is a section in the Add-on documentation about importing (see below), but it specifies the Deck and the the Notetype before import, I would like to specify it in the second column.