Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENWORK and version Documentation

Data Elements

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1638288972492_25903409
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNamecountry
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1638288972494_1414942125
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

KeyFormatCNDDescriptionBeschreibung
1

countryName

string

O

Name of the country

Ländername
2

countryA2

string

O

ISO-3166 alpha-2 code

ISO-3166 Alpha-2 Code
3

countryA3

string

M

ISO-3166 alpha-3 code

ISO-3166 Alpha-3 Code
4

countryNumber

string

O

ISO-3166 numeric code

ISO-3166 numerischer Code

Schema

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt
MultiExcerptNameschema
Code Block
languagejson
linenumberstrue
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "BASEURL/country.json",
    "title": "country",
    "description": "Country",
    "type": "object",
    "properties": {
        "countryName": {
            "type": "string",
            "description": "Name of the country."
        },
        "countryA2": {
            "type": "string",
            "description": "ISO-3166 alpha-2 code."
        },
        "countryA3": {
            "type": "string",
            "description": "ISO 3166-1:2013 alpha-3"
        },
        "countryNumber": {
            "type": "string",
            "description": "ISO-3166 numeric code."
        }
    },
    "required": ["countryA3"],
    "additionalProperties": false
}

Sample

Multiexcerpt
MultiExcerptNamesample
Code Block
languagejson
linenumberstrue
{
    "countryName": "poland",
    "countryA2": "pl",
    "countryA3": "pol",
    "countryNumber": "616"
}

Table of Contents