Enhancing csv separator with locale
Enhancing csv separator with locale
![Jer](https://secure.gravatar.com/avatar/a9f6010c08b34293caac206854deec62/?default=https%3A%2F%2Fvanillicon.com%2Fa9f6010c08b34293caac206854deec62_200.png&rating=g&size=120)
The cvs file generated is separated with comma (quite normal you could say because csv is for comma separated value).
Nevertheless, in France, we use csv with semi-colon.
So I succeeded in changing the separator in the TableTools.js but I would like to be able to change this dynamically regarding the browser locale.
Is this possible?
Nevertheless, in France, we use csv with semi-colon.
So I succeeded in changing the separator in the TableTools.js but I would like to be able to change this dynamically regarding the browser locale.
Is this possible?
This discussion has been closed.
Replies
Allan