# Cannot read csv files in Android

**URL:** https://discourse.processing.org/t/cannot-read-csv-files-in-android/35523
**Category:** Processing for Android
**Created:** [March 2, 2022, 10:31pm UTC](https://discourse.processing.org/t/cannot-read-csv-files-in-android/35523 "2022-03-02T22:31:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Coder1](https://avatars.discourse-cdn.com/v4/letter/c/d9b06d/32.png) [@Coder1](https://discourse.processing.org/u/Coder1)
#### Post date: [March 2, 2022, 10:31pm UTC](https://discourse.processing.org/t/cannot-read-csv-files-in-android/35523/1 "2022-03-02T22:31:00Z")

</div>

Hello.

I would like to know if I can read a csv file on Android. When I use the command:

Table table = loadTable(Mappe.csv);

In my programm code. I always get the error:  
Error reading table on line 1

By the way, the “Mappe.csv” file is in my data folder. I would be glad if you can help me, thank you

---

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [March 2, 2022, 10:49pm UTC](https://discourse.processing.org/t/cannot-read-csv-files-in-android/35523/2 "2022-03-02T22:49:03Z")

</div>

Hello,

A related topic:

> [@Cannot read csv file in Processing Android](https://discourse.processing.org/t/cannot-read-csv-file-in-processing-android/35504):
>
> Table table = loadTable(“Mappe.csv”); table.addRow(); table.addColumn(“Clan”); table.setString(0,“data/Mappe.csv”); println(table.getString(0,“Clan”)); The file “Mappe.csv” is in my data folder. I get the Error: java.lang.RuntimeException: Error reading table on line 1

Is this no longer related to Processing for Android?

`:)`
