You need to setup your Tableview extension column and row delimiters correctly.
For correctly formatted csv data the column delimiter is ,
and the row delimiter is \n
The ShowlistsAsJson
is not related to SQLite, it is in Project Settings in Screen1 Designer and ensures that lists are set as json arrays [[],[]]
and not with rounded brackets ((),())