QuantumPhysique / trale

trale – a simple body weight diary app respecting your privacy
GNU Affero General Public License v3.0
61 stars 8 forks source link

Export as CSV #22

Open 9glenda opened 5 months ago

9glenda commented 5 months ago

Description

Add an option to export as CSV.

Why is this feature useful?

I recently switched from MediLog to trale and really lived MediLogs ability to export as CSV. Preferably the CSV should not be the same at MediLog's since the applications are different.

MediLog CSV example

timestamp, profile_id, type, value1, value2, value3, value4, comment, attachment
2024-01-19 14:31:16,2,1,80.0,,,,"optional Comment here",
2024-01-19 14:31:41,2,1,90.3,,,,"",

To be clear I don't think you should use the same CSV format as medi log there's a lot of potential for coming up with a better one.

Related PRs

18

gwosd commented 5 months ago

Welcome to trale :)

@9glenda May I ask, what are the benefits of .csv?