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

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