Yes, it worked. I used MFile to save a .csv file (using this file path: file:///storage/emulated/0/Download/177.csv), then i used File component to read it using this filepath (/Download/177.csv). After that I deleted the MFile block. Now, the app is reading the file.
I am using Tasker app to update the same file always. Tasker is also doing it well. So, mit ai2 app has to read it and perform some task based on this data.
As I said, this does not work on Android 13+ (at least not with the APK, on Android 14 it also doesn't work with Companion). So you must use my MFile extension (at least on Android 13+).
Currently, it is working on my phone Android version 11. But, we can assume that Android will bring more restrictions for the safety of users in future updates. But, currently MFile has no option to read file directly if I am correct. So, in the upcoming update of MFile if there will be blocks (that included SAF technology in it) to read file, that will help users like me to read files without any kind of interruptions even in Future Android Updates. Thankyou @TIMAI2 , @Anke .
If both never work on Android 13+, then will you upgrade MFile extension with SAF as its one of the background technologies. ie, All SAF concepts must work on the background, we want only simple.MFile blocks.
Hi, @The_K_Studio , guide me so I can learn using this CSV Reader extension. Right now, I am not able to read csv files in my Android 11 version phone, using this extension. Can you help me to solve this?
The file is created by the app itself in Download folder using MFile (save file block). Both Mfile and File component are reading the file and displaying it in label successfully. But, CSV Reader extension is not doing that.
I didn't say that. So once again and for the last time: My MFile extension works on all Android versions, but the File component unfortunately doesn't (at least not as far as the reading method is concerned on Android 13+).
Okay.
I have another doubt. When I searched in chatgpt I found that there are lot of types of CSV. Is it so? Why the csv file that we make in mit ai2 has unnecessary double quotes'' '' in between the data. How can we convert these Quoted CSV into Standard CSV?
My csv file has values only 1,2,3. But, the CSV Reader is reading it as ''1'',''2'',''3''. And, if we save any csv data using mit ai2, it is saving as quoted csv. What I do want is only Standard CSV. How can I do that?
CHATGPT => CSV TYPES: Standard CSV, Quoted CSV, CSV with escaped quotes, CSV with different Delemeters.