I have a model in DataManager where I have loads of files with different locales. I need to append them all together to the decimal fields are all recognised as numbers and I want to format them in the UK style ie using a decimal point as a decimal point rather than a comma as a decimal point. For example:
When you import a text file, you should choose the Locale field for each source, as appropriate. For example, if importing a French file containing numbers such as "10,5", and you leave it as "UK" or "US", this will import as "105". After changing "Locale" to "French", it imports correctly as "10.5".
In the DataManager file source block for a text/csv/tsv/etc. file, scroll down to "Locale".
Locale is only relevant when interpreting text values as a date or number.
Databases are imported using the data type defined in the database. So if your database has a numeric column, it will be imported as a numeric value in Omniscope; there is no way for the locale to affect this.
Note that numeric values in Omniscope will be displayed according to your "data locale" settings - see "Settings > Data locale". But this is only a display option; the underlying data has the same value.
If, unusually, your database has a *text* field which actually contains numbers, Omniscope will import this as a text field too. You can use Field Organiser to convert the field to numbers. Expand the relevant field in Field Organiser to customise the locale used for this conversion.