SQLite Forum

Csv or Vsv parsing blob column
Login
Simon is correct about the CSV capability you've seen being in the CLI, not the library itself.

You may be able to write the field to file and then use the library's CSV import capabilities on it, but somewhere some coding is going to get involved, so you may as well just use a CSV importer or library right in your code from the get-go to pack the csv into the tables you wish. This will give you more control too.