While in agreement that spaces should never be used in a column name, at times, when dealing with externally sourced csvs, spaces are indeed present. When attempting to create a virtual table that includes spaces, a 'vtable constructor failed: iavm_reader' error is returned. e.g. `CREATE VIRTUAL TABLE temp.iavm_reader using csv_reader(plugin, [plugin name])` Is there a way to work around this? PS When creating a virtual table directly there are no issues with the header. e.g. `CREATE VIRTUAL TABLE temp.iavm_csv using csv(filename=iavm.csv)`