Dear Gretl Community,

I´m trying to save data into comma-separated values (the csv extension) files using the Brazilian standard (comma as the decimal point character) but it is not working. Gretl only saves the text file with point as the decimal point character.

In order to do this I'm using the following script:

<hansl>
open australia.gdt
set csv_delim semicolon
set force_decpoint on
set csv_na ""
store "C:\Users\Henrique\Desktop\Teste.csv" --csv --overwrite --comment="Dados dessazonalizados no Gretl via X-12-Arima"
</hansl>

Best regards,
Henrique Andrade