📂 CSV delimiters: Ανοίξτε σωστά τα αρχεία σας χωρίς δοκιμές και λάθη
Στο #opensource @ONLYOFFICE Docs, προστέθηκε μια μικρή αλλά πολύτιμη βελτίωση:
✨ Αυτόματος εντοπισμός διαχωριστή στο Spreadsheet Editor.
Τέλος τα ερωτηματικά που είναι κόμματα (ή το αντίστροφο). Το ONLYOFFICE διαβάζει τη δομή και επιλέγει τον σωστό χαρακτήρα για εσάς.
Διαβάστε τον πλήρη οδηγό:
👉 https://www.onlyoffice.com/blog/el/2026/05/csv-delimeter
#OnlyOffice #CSV #FOSS #Spreadsheets #DataPrivacy #SelfHosted #Tech
Turns out csFastFloat fails float/double parsing if number text contains thousand separator(s) e.g. for "1,234,567.89" it will return 1f... csFastFloat is on by default in Sep as I was not aware of this, now I need to consider what to do about this?
For my own/work usage we never have thousands separators in our files, but I would think this could cause users a lot of grief as there is no error just a wrong float 🙇♂️ #dotnet #csharp #csv

I was not aware of this, but it appears csFastFloat does not parse numbers correctly if text has thousands separators? Is that not handled in fast_float? The test fails for "1,234,567.89"...