andymac-2 / milestoneMap

Milestone tracking application
Other
1 stars 4 forks source link

Output file format #35

Closed andymac-2 closed 5 years ago

andymac-2 commented 6 years ago
PritchardBarry commented 6 years ago
andymac-2 commented 6 years ago

We can't use .csv. we can use that to import or export data, but the internal data consists of six tables, and some other configuration variables. CSV does not support multiple tables or global variables, so it is an unsuitable format. Internally the file will be in a json format, but we can choose any file extension we like. Similarly if we compress it, it will be in a .zip format, but we can choose whatever file extension we like. (Eg: .docx is a zip file, but Microsoft choose the .docx extension rather than .zip)

PritchardBarry commented 6 years ago

Sorry I didn’t realise you meant the save file.

How about *.mmp

andymac-2 commented 5 years ago

Closing, *.json appears to be working well at the moment.