LogoLogo
WebsiteLoginSign up
  • Welcome to Koncile
  • Getting Started
    • Key Koncile features
    • Folders vs. Extraction Templates
    • General fields vs. Repeated fields
  • DATA EXTRACTION APP
    • Set up an Extraction Template
    • Set field format
    • How to write field descriptions
    • Import documents
      • Importing amendments
    • Export data
    • Auto-classify documents
  • Generated fields with AI
  • API Setup
    • API Key generation
    • Swagger
    • API pricing and limits
    • Libraries
    • File Uploading
    • Task Retrieval
      • Example of Python Code
    • Folders
    • Templates
    • Fields
    • Instructions
    • API status codes
    • Bubble Plugin
  • Miscellaneous
    • Q&A
Powered by GitBook
LogoLogo

Useful links

  • Website
  • Login
  • Extraction template library

@Copyright Koncile 2024

On this page

Was this helpful?

Export as PDF
  1. DATA EXTRACTION APP

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:

Type
Formatted output

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.

Price

Number format with currency sign. Example : 590€

Empty

Field will remain empty. Example :

Multiple choice

Values are limited to a predefined list provided by the user. Only selected values will be returned. Example : Choice A

Boolean

Logical format. By default, the values are true and false.

Currency

Currency according to the ISO 4217 currency standard. Examples: USD, EUR or RMB.

Unit

Unit symbols, according to the international standard ISO/IEC 80000, where relevant.

PreviousSet up an Extraction TemplateNextHow to write field descriptions

Last updated 1 month ago

Was this helpful?