Jam.py documentation

field_type

field_type

domain: server

language: python

Field class

Description

Identifies the data type of the field object.

Use the field_type attribute to learn the type of the data the field contains. It is one of the following values:

  • “text”,

  • “integer”,

  • “float”,

  • “currency”,

  • “date”,

  • “datetime”,

  • “boolean”,

  • “blob”

See also

Dataset

Fields