# Annoying Theme Point or Comma

**URL:** https://scilab.discourse.group/t/annoying-theme-point-or-comma/1089
**Category:** General usage
**Created:** [November 19, 2025, 7:25am UTC](https://scilab.discourse.group/t/annoying-theme-point-or-comma/1089 "2025-11-19T07:25:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![pascal](https://yyz2.discourse-cdn.com/free1/user_avatar/scilab.discourse.group/pascal/32/40_2.png) [@pascal](https://scilab.discourse.group/u/pascal)
#### Post date: [November 19, 2025, 7:25am UTC](https://scilab.discourse.group/t/annoying-theme-point-or-comma/1089/1 "2025-11-19T07:25:53Z")

</div>

Hi Scilab Team, maybe this topic is not yours exactly, but still always annoying.

Loding datas from CSV is always annoying, because of the system. Sometimes “,” or “.” is the decimal and depending on that sometimes it interprets as double or string and therefore stackeplot plots it correctly or not.

So its really time to standardize somehow this. We spend to much time on such a waste.

We should go to some ISO standard and thats it.

M.f.g. Pascal

---

<div class="post-metadata">

### Author: ![mottelet](https://yyz2.discourse-cdn.com/free1/user_avatar/scilab.discourse.group/mottelet/32/13_2.png) [@mottelet](https://scilab.discourse.group/u/mottelet)
#### Post date: [November 19, 2025, 10:03am UTC](https://scilab.discourse.group/t/annoying-theme-point-or-comma/1089/2 "2025-11-19T10:03:43Z")

</div>

Hello,

`csvread` allows to precise the decimal character (see [csvRead - Read comma-separated value file](https://help.scilab.org/docs/2026.0.0/fr_FR/csvRead.html)). So don’t blame CSV format, as it does not include any declarative header precising the column separator and the decimal character. Just do not use CSV, or do not work with people giving you data using this format !

S.

---

<div class="post-metadata">

### Author: ![pascal](https://yyz2.discourse-cdn.com/free1/user_avatar/scilab.discourse.group/pascal/32/40_2.png) [@pascal](https://scilab.discourse.group/u/pascal)
#### Post date: [November 19, 2025, 12:57pm UTC](https://scilab.discourse.group/t/annoying-theme-point-or-comma/1089/3 "2025-11-19T12:57:44Z")

</div>

True, Thanks

M.f.G. Pascal
