Set field format
You can apply auto-formatting to any extracted field, whether it’s general or repeated. This process may transform the extracted data to align with the required format.
The supported formats include:
text
Default format. Extracted text without any post-processing.
number
Number format without thousand separators. By default, the comma is used as the decimal separator. Examples: 1034045
or 1,2
. You can change the separator to a dot in the settings.
date
Date format. By default, DD/MM/AAAA. You can switch to the American format in the settings.
currency tag
Currency according to the ISO 4217 currency standard. Examples: USD
, EUR
or RMB
.
price
Number format with currency sign
boolean
[Available soon] Logical format. By default, the values are returned 1
for true and 0
for false.
empty
Field will remain empty.
multiple_choice
[Available soon] Values are limited to a predefined list provided by the user. Only selected values will be returned.
unit
[Available ] Unit according to ISO/IEC 80000
Last updated