====== CSV data format ====== The ".csv"-fileformat is a human readable line oriented format for easy importing into spreadsheet calculations software. In the context of analysing motion data it is mainly usful for import/export. The fileformat is not very robust: Small changes with a text editor can easily corrupt the file. **MimeType:** text/x-csv **Default File Suffix:** .csv **Comments** * Reading of csv-files is not yet implemented. * The count of fraction digits and the seperating charcter are configurable in the Options-Panel "Miscellaneous/Export". * Grouping of big numbers is switched off. For example, in the English locale, with grouping on, the number 1234567 might be formatted as "1,234,567". The grouping separator as well as the size of each group is locale dependant and is determined by sub-classes of NumberFormat.