I have created a QGIS plugin to import a tab separated value file, using:
filename = QFileDialog.getOpenFileName(self.dlg, "Select file to import ", path, '*.*')uri="file:///"+filename+"?"+"delimiter=%s&xField=%s&yField=%s"%("\t", "Set Grid Easting", "Set Grid Northing")vlayer =...