Sqlite Toolkit - readdbtable


: t = readdbtable (filename)

Create a dbtable from a file

Currently, this is using a very simplistic approach to read data from a CSV formatted file only.

Inputs

filename

Filename for file containing tabular data

Outputs

t

a dbtable of the read data