Import Data from Different Locales - WorkView - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Premier

WorkView

Platform
OnBase
Product
WorkView
Release
Foundation 24.1
License
Premier

When you are importing data from a locale other than the locale you are using, you must add additional information in the XML file. The <export> node must contain additional data. The following is an example:

<export LCID="1033" Date="M/d/yyyy" Time="h:mm:ss tt" NumDec="." CurDec=".">

The LCID value must be the locale id for the data's locale as specified on the following web site in the LCIDDec column: https://msdn.microsoft.com/en-us/goglobal/bb895996.aspx

The Date value specifies the date format.

The Time value specifies the time format.

The NumDec value specifies the character used as a decimal in numeric values.

The CurDec value specifies the character used as a decimal in currency values.