How to import csv file into tinydb?

Dear All

I have tinydb and want to import csv file’s data in it.

I am trying by following way attached blocks

and

please you may suggest any other way or video
request to help for the procedure.

Hi,
I not know how many data you need to store in tinydb, but this component have a size max can store. After this limit not store.

I do not know the max size (in bytes).

I suggest to create your own file csv or txt. Next save file read this csv or txt and show the content.

Sorry for me english, greetings

https://stackoverflow.com/questions/43168631/app-inventor-tinydb-record-limit-or-size-limit

3 Likes

Thanks so much Geore_Loungos for the info.
:clap: :clap: :clap:

Hi, so sorry i give a suggestion but not at possible solution.

You need a file extension to get the path and file name.

See this extension:

I think with this extension you can read csv file and store on tinydb

Please, tell me if this work. I don’t test.