Text-based data
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→See Also) |
||
Line 29: | Line 29: | ||
== See Also == | == See Also == | ||
− | * [[ | + | * [[Plain text]] |
* Some text-based formats are listed in [[Document]], [[Markup]], [[Metaformats]], or [[Serialization]] | * Some text-based formats are listed in [[Document]], [[Markup]], [[Metaformats]], or [[Serialization]] | ||
== Links == | == Links == | ||
* [http://hellodot.net/lute/lotcl-03 Information wants to be plain text.] | * [http://hellodot.net/lute/lotcl-03 Information wants to be plain text.] |
Revision as of 23:01, 5 May 2015
Contents |
Introduction
This section is for any text-based data formats that didn't fit into some other category.
Text based data, AKA plain text. has proven to be very hard to understand. This has not only to do with the infinite ways text based data might be structured, but mainly because you need to know the encoding (eg. UTF-8) before you can start interpreting it.
Text formats and resources
- AsciiDoc
- Attribute-Relation File Format
- Column Delimited
- CSV (Comma Separated Values; comma-delimited)
- Microsoft Office File List (filelist.xml)
- Org-mode
- Softdisk Publishing UDF files
- Strings File (OS X, iOS) (.strings)
- Tab delimited
- Text Encoding Initiative
- Textile
See Also
- Plain text
- Some text-based formats are listed in Document, Markup, Metaformats, or Serialization