Hi,
issue: file format configuration setting "locale=de_DE" is ignored
i created config file according to guidelines with the following setting
...
locale=de_DE
...
COLUMN=BETRAG;DECIMAL(17,2)
...
the data file looks like this:
...
bla1;10,5;bla2
...
when replicating data into HANA
instead of 10,5 i get 105
when changing the value in data file from 10,5 to 10.5 decimals are processed correctly (although locale is still unchanged to "de_DE".
anyone facing similar issue?
Thanks,
Andreas