Read csv file from firbase storage using file extension

Egyptian greetings full of peace for the whole world :hugs: :smiley:
Can I apply ( Read from ) [ file extension ] block to CSV , the file uploaded to Firebase storage without downloading this CSV file ???

11

i don’t think you can read it without downloading it. Why not download it?

1 Like

hello @WatermelonIce
Actually, I don’t know why I prefer not to download it, :smiley:
but I can replace the idea with downloading the file
is file download will not need to app updates? I think yes it will not need to app updates :thinking:

1 Like

Instead of downloading the file you can do one thing once the firebase storage gets the data store the data in a list variable and use the block list from csv block then it will convert the data into csv format

1 Like

Hi @sherif
You can try to read file using Web component.
Simply set Web.url to file’s url and get text on Web.GotText event.

1 Like

I think it is a good idea
thank you @Soham_Shah :+1:

Can i do that for 50 csv files for example ?

It will take some time depending on each file’s content.

1 Like

Thank you for your interest in my topic :handshake:
I prefer @Soham_Shah’s opiniondo
do you ?

1 Like

If it worked then please mark my post as solution

@Soham_Shah the OP asks for how to read from firebase instead of coverting csv to list. I don’t see what you have answered.

yeah that’s true but i suggested him alternatives that might help him to achieve what he wants

1 Like