Converting Amount from Euro to US
I have some users that are in Europe and they have the setting for decimnal to be separarted by comma.
I would like to convert them when importing the data.
The file is cvs.
The file has 14 collumns
I tried two methods: import script, replace (strfield, ",",".") - no luck
I tried the Fill=EurotoUS in the import format - no luck
Is there any way to do this?