Hello, I'm trying to make a location data collection app with the values being saved into a .csv file. The issue is I want to have and ID along with the latitude and longitude so that I can mark and know which point was which when I load the data in QGIS. Is there anyone who knows how to add collected data as a new row into the file?
I'm still new to this but I'm struggling anyone to help? I'd really appreciate it :')
Hello @Kevinkun no I don't know the CORRECT for CSV. I put a boolean value because I wanted to make sure that the location data and selected ID value were in the text. What should I use instead?
Not only is it absurdly a boolean, but it also returns an error, so it can't be saved at all.
(The if/else blocks returns a string and not a boolean, at least in the true case.)