Can I define CSV parameters by default for export/impor in Tryton Client´s GTK 5.2?
For ejemple:
Delimeter: ;
Quote Char: ’
Encoding: utf_8_sig
Regards.
Favio Dutria
Can I define CSV parameters by default for export/impor in Tryton Client´s GTK 5.2?
For ejemple:
Delimeter: ;
Quote Char: ’
Encoding: utf_8_sig
Regards.
Favio Dutria
No, they are choose from the platform and the locale to be open without issue by spreadsheet programs.
I guess this configuration is specific. It does not exist in locale.localeconv()
. For now, we use ‘;’ if the decimal point is ‘,’.
But if you know a standard way to have this configuration, the client could be improved.