Hi, I definitely have some difficulties to understand where to place a Csv file in order te read it after from the APP.
I red a very similar post :
' Reading Files from Internal Storage'
But at the end it doesn't work me.
Here is my goal : Copy a CSV files from my PC to My mobile with USB connexion, then open the Csv Files from the App with file component, read the data and write them to a firebase database with Firebase compent.
To make it simple, i built a new project with only this block :
I fixed the FileComponent to Share
I've copied a test file (ventes_syn2.csv) to the mobile
When I launch the App trough AICompanion, the app exit abruptly ! and the connexion is closed.
Then I tried to upload the files
But it the files is placed in th app directory
And it doesn't work anyway.
Could somebody can help me ?
Thks