Default Data Types
Layouts & Submissions › Data Types
X,XXX.XX String beginning with an amount ending with a decimal and two digits, followed by a space and currency code or symbol if present This currency format is to be used when expecting multiple types of currencies (e.g., USD and EUR) in a given field. The normalized value will start with the amount, and it will use a dot to separate up to two decimals. If the figure is surrounded by parentheses, the value will be normalized to negative. Any currency code or symbol, if present, will be appended to the amount after a space. In the absence of a currency code or symbol, no space will be included. Supported currencies include $, €, £, ¥, all ISO abbreviations, and currencies written with Latin-based characters. Alphanumeric, all special characters allowed "USD 200" or "200USD" "200.00 USD" Currency with Unit - X.XXX,XX String beginning with …