Text-based data
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Introduction) |
Dan Tobias (Talk | contribs) (→Text formats and resources) |
||
Line 18: | Line 18: | ||
* [[Org-mode]] | * [[Org-mode]] | ||
* [[Markdown]] | * [[Markdown]] | ||
+ | * [[Microsoft Office File List]] (filelist.xml) | ||
* [[reStructuredText]] | * [[reStructuredText]] | ||
* [[Softdisk Publishing UDF files]] | * [[Softdisk Publishing UDF files]] |
Revision as of 01:41, 31 December 2012
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. UTF8) before you can start interpreting it.
Text formats and resources
- Attribute-Relation File Format
- Column Delimited
- CSV (Comma Separated Values; comma-delimited)
- FidoNet nodelists
- Org-mode
- Markdown
- Microsoft Office File List (filelist.xml)
- reStructuredText
- Softdisk Publishing UDF files
- Tab delimited
- Text Encoding Initiative
- Textile
- XML
See Also
- TXT
- Some text-based formats are listed in Document or Serialization