How to import data from uploaded csv file to lists?

So I have uploaded csv file in the assets folder. And I want to import the data to different lists.
Below are the blocks used by me

  1. I do not want my app to ask user for file storage permission because if they select no, then my app wont load
  2. I not sure about using google sheets, because I don’t know the amount of traffic google sheets can handle. So I want to upload the file and import data.
    Below are my blocks

1 Like

Use this extension to read the file from assets, no permission needed…

2 Likes

are my blocks okay?

as we do not know your csv file and its structure, you might want to test yourself to find it out
EDIT: you forgot to read the file using the mentioned EFile extension…
Taifun

1 Like