# Csv does not exist or could not be read (application)

**URL:** https://discourse.processing.org/t/csv-does-not-exist-or-could-not-be-read-application/39763
**Category:** Coding Questions
**Created:** [November 17, 2022, 7:36pm UTC](https://discourse.processing.org/t/csv-does-not-exist-or-could-not-be-read-application/39763 "2022-11-17T19:36:00Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![jafal](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jafal/32/19112_2.png) [@jafal](https://discourse.processing.org/u/jafal)
#### Post date: [November 18, 2022, 12:03am UTC](https://discourse.processing.org/t/csv-does-not-exist-or-could-not-be-read-application/39763/5 "2022-11-18T00:03:42Z")

</div>

Hi

Maybe this help

> [@Csv does not exist or could not be read NullPointerException](https://discourse.processing.org/t/csv-does-not-exist-or-could-not-be-read-nullpointerexception/10785/4):
>
> please open your own TOPIC but read this one first about processing folder / file structure also if you read that already you should know that info about path and filename is essential to this question but code and data NOT, only the Table table; String infile = "data/posit18.csv"; //.. table = loadTable(infile, "header, csv"); but as you show this already even you get your project / file path correct – that is not a csv file!! should be like x,th1,th2,F -0.00099,0.018381,0.009091,-1…

---

_[View the full topic](https://discourse.processing.org/t/csv-does-not-exist-or-could-not-be-read-application/39763)._
