Is your feature request related to a problem? Please describe.
Only one row of headers is accepted when importing CSV to MongoDB Compass. This doesn't maintain the same structure as uploading directly to MongoDB from the Feather would, i.e. Sensor -> Reading where the readings for each sensor are grouped under the sensor's name (see photo below).
Due to this, when importing data from CSV through Compass, the MAX application doesn't parse the data correctly when importing from MongoDB.
Describe the solution you'd like
The user can choose if they want LogToSD as CSV JSON or both. If none is specified, default to both.
Describe alternatives you've considered
Python script to convert CSV to JSON file.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. Only one row of headers is accepted when importing CSV to MongoDB Compass. This doesn't maintain the same structure as uploading directly to MongoDB from the Feather would, i.e. Sensor -> Reading where the readings for each sensor are grouped under the sensor's name (see photo below).
Due to this, when importing data from CSV through Compass, the MAX application doesn't parse the data correctly when importing from MongoDB.
Describe the solution you'd like The user can choose if they want LogToSD as CSV JSON or both. If none is specified, default to both.
Describe alternatives you've considered Python script to convert CSV to JSON file.
Additional context Add any other context or screenshots about the feature request here.