References

ASCII

The American Standard Code for Information Interchange (ASCII) is a character-encoding scheme originally based on the English alphabet that encodes 128 specified characters - the numbers 0-9, the letters a-z and A-Z, some basic punctuation symbols, some control codes that originated with Teletype machines, and a blank space - into the 7-bit binary integers.

Note

See also

Notable characters

No Name Preview Links
10 line feed   Rule 2a - CRLF New Line
13 carriage return   Rule 2a - CRLF New Line
34 double quote Rule 5 - Double Quotes
43 plus sign + Rule 11b - TRAN_RCON
44 comma , Rule 6 - Comma Separated
124 pipe | Rule 11a - TRAN_DLIM

Excel

TODO

JSON

JavaScript Object Notation (JSON) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language,

Hint

  • It is highly recommended to use the functions in the ogt.utils module to serialise json for consistency. See:
    • to_json()
    • write_json_file()
    • read_json_file()

Python

TODO

Golang

The Go Programming language by google - https://golang.org/

YAML

  • YAML: YAML Ain’t Markup Language
  • Is a human friendly data serialization standard for all programming languages

Note

Note:

TODO list

Todo

ToDO

(The original entry is located in /home/opengeo/ogt-docs/docs/unofficial-ags4-guide/ags4_data_dict.rst, line 13.)