Upload a CSV file from Web IDE and parse #6926
Replies: 1 comment
-
Posted at 2024-05-23 by @MaBecker Yes, read this Posted at 2024-05-23 by JeonLab @MaBecker, thank you for your reply, but as I described, using the upload button from the 4 discs icon, that's exactly what I did. Posted at 2024-05-23 by @MaBecker you can give it a name, please read the hole conversation it also includes a possibility for uploading without the WebIDE. Posted at 2024-05-23 by JeonLab @MaBecker, I have already read the entire post and found you wanted to upload a module. I don't quite understand what you meant by 'you can give it a name', but when you upload a file, it asks what filename you want to upload your file to the storage area. Is this what you meant? If so, yes, I know. Posted at 2024-05-24 by @gfwilliams Hi, the issue is the difference between You might be able to do:
on the Bangle to convert the non-storagefile to a storagefile though Posted at 2024-05-25 by JeonLab @gfwilliams, thank you so much for your explanation in detail. That’s exactly what I wanted to know. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-05-23 by JeonLab
I'm making an app to load some sets of GPS coordinates (latitude and longitude) to the storage area by uploading from the Web IDE, using 4 disc icon, and then read those coordinates from the app and calculate distances.
Anyway, I made a CSV file in the Notepad++ with comma separated and saved with Unix LF option. Then I tried to read the data from the Web IDE console using following code, but didn't work.
I found an app called 'gpspoilog' from this tutorial page, and used it outdoor to create a CSV file by the app and used the suggested read code from the tutorial and it worked fine.
From the storage file list (by clicking the 4-disc icon), I noticed the generated log file has a name 'gpspoilog.csv (StorageFile).csv (StorageFile)'
So, I guess there are some differences between the data file generated by an app and manually uploaded one.
I want to upload those GPS data manually and read them in my app. Is there any way to do it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions