For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data types and formatting

Coupler.io allows user to work with different data types, so you can represent your data appropriately using specified format and use proper filtering / sorting options.

String

String data type stands for alphanumeric characters.

Examples:

  • this is a string value

  • string

  • 123text

  • Hello!

Number

Number data type stands for numeric values. Coupler.io supports different data types and formats along with precision described below.

Whole numbers.

Examples:

  • 0

  • -1

  • 99999999

Date and DateTime

Stands for date or datetime values.

Make sure that you have in the source needed columns in 'Date' or 'DateTime' ISO format (e.g. YYYY-MM-DD, YYYY-MM-DD HH:mm).

Examples

  • 2017-05-06

  • 1987-02-27

Boolean

Boolean type that has one of two possible logical values: true or false.

Examples:

  • TRUE

  • false

  • 0

  • t

Last updated

Was this helpful?