Therefore it might be easier to use an extension, for example
Other TinyDB extensions see App Inventor Extensions | Pura Vida Apps
Taifun
Therefore it might be easier to use an extension, for example
Other TinyDB extensions see App Inventor Extensions | Pura Vida Apps
Taifun
I am confused now
Is it possible to transfer the csv data to listpicker tinydb
What I understand is, that you have a listpicker, which uses some data and the data is stored in TinyDB.
What you have to add to your project is a TinyDB export and import functionality. You could use the mentioned extension for this.
Your user then uses your app to export TinyDB on device 1 into a file. Then the file is transferred to device 2 manually. After that the user starts you app on device 2 and imports TinyDB from the file
Taifun.
Thank you
I am getting each entry in one cell,
How to sort the csv data according to row and lines?
Use the list block that converts a csv table to a list list of lists.
Look through the list blocks for the list sorting blocks, in the advanced section.