How to save Sensor data on board and retrieve in CSV format?

My goal is: saving data on board in CSV format when the internet is gone and when it comes back I want to retrieve it.
How can I achieve this goal??
Please help.

Standard C file functions can be used to open, read, write, etc. a file.

1 Like