How are you writing the file? It sounds like you may be writing binary data to the file, instead of text. Have you tried looking at it in a terminal window, e.g. "less myfilename.csv"?
If possible, post a minimal example piece of code which produces bad output when you run it. We don't need to see anything about how your app gathers or generates the data, just an example which takes some static data and tries to write it to a CSV file the same way your app does, and exhibits the same failure.
If possible, post a minimal example piece of code which produces bad output when you run it. We don't need to see anything about how your app gathers or generates the data, just an example which takes some static data and tries to write it to a CSV file the same way your app does, and exhibits the same failure.
Statistics: Posted by Murph9000 — Sat Oct 12, 2024 11:53 pm