This is an example loading a csv to a TinyDB tag From csv table to tinydb . See post #19 The process for loading to a TinyWebDB tag would be essentially the same.
The example shows two ways
-
each element from the csv is loaded to a tag
-
the csv data is loaded to a list, then the entire list is saved to a single tag
Try some Blocks with a simple csv dataset.
Be aware, although the TinyWebDB component is usable, it is very limited and meant primarily as a demonstration for people who would like to create their own components that talk to the Web. See TinyWebDB.
There are better options than a tinyWebDB for your huge project.