Data liberation: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with '== Data liberation == * see also Google's effort: http://www.dataliberation.org/ The idea is that it should be easy to get data in and out of OpenPetra.org == Excel file suppor…')
 
Line 3: Line 3:


The idea is that it should be easy to get data in and out of OpenPetra.org
The idea is that it should be easy to get data in and out of OpenPetra.org
== XML/YML/CSV support ==
* XML: advantages: easier to handle from external programs, they can transform the data
* YML: advantages: easy to read and write for manual adjustments
* CSV: advantages: edit long lists; problems: Excel reformats and may cut off account codes etc


== Excel file support ==
== Excel file support ==

Revision as of 09:10, 9 October 2009

Data liberation

The idea is that it should be easy to get data in and out of OpenPetra.org

XML/YML/CSV support

  • XML: advantages: easier to handle from external programs, they can transform the data
  • YML: advantages: easy to read and write for manual adjustments
  • CSV: advantages: edit long lists; problems: Excel reformats and may cut off account codes etc

Excel file support

It is a set of classes and wrappers around the .NET 3.0 System.IO.Packaging API and the new Office Open XML file format."