|
Examples Documentation |
![]() e-mail:
info@datawrap.org
Almost all data processing system today are based on the relation data model. This web site prompts a simpler alternative that promises to make building of data processing systems much easier. Almost every transaction in business generates a paper document. The data from these paper documents is extracted by a human and entered into a computer. The computer breaks the data up further and stores these little pirces of data using the Relation Data Model. When the document is printed, the computer reassembles the pieces of data and formats the document before the document is printed. A simpler approach is to stored the document as is. The computer is then responsible for automatically extracting the data from the document. The document then becomes a wrapper for the data. A datawrap is a document that contains data the can be read by humans and automatically extracted by a computer The follow list of books is an example of a datawrap. A report definition tells the computer how to manipulate the datawrap. The following report definition tells the computer to extract some fields and then sort the result. Running this report definition on the example datawrap produces the follow table as output
The idea of a datawrap may be simple, but there are many details to be filled in to produce a useful data processing system. This website provides all the tools needed to build useful applications around datawraps. |