This data as json, CSV (advanced)
| pk ▼ | text1 | text2 | name with . and spaces | 
|---|---|---|---|
| 1 | barry cat | terry dog | panther | 
| 2 | terry dog | sara weasel | puma | 
JSON shape: default, array, newline-delimited, object
CREATE TABLE searchable ( pk integer primary key, text1 text, text2 text, [name with . and spaces] text );