[FREE] CSV Reader Extension to work with CSV Files

Simple extension to read and fetch data from CSV files.

Blocks

Usage:

CSV Structure

Get total columns and rows

Get column data and row data by index

Get cell value by index and column name

Download

V1. com.thekstudio.CSVReader.aix (12.1 KB)

3 Likes

Thanks for this great extension

1 Like

it's not clear for me the path /assets, can you explain me ?
efa2060cac4b89a99998eb7f5a9feb0635c15163_2_1035x378

This will only work with Companion and Android 10+.
(I didn't test this extension.)

@The_K_Studio is the extension able to read a csv file from the assets after building the app?
which path must be used in this case?

Taifun

Possibly

image

?

Yes.

If the path starts from "/storage" then it reads from local storage else specify the file name from assets to read it from app assets in Apk eg. Test.csv

1 Like