Readme update for imports.

This commit is contained in:
Kenneth Reitz
2010-09-25 16:46:52 -04:00
parent 5d7843ea59
commit 07ac723971
+10 -5
View File
@@ -15,12 +15,17 @@ Tablib is a format-agnostic tabular dataset library, written in Python.
Output formats supported:
- Excel
- JSON
- YAML
- CSV
- Excel (Sets + Books)
- JSON (Sets + Books)
- YAML (Sets + Books)
- CSV (Sets)
Import formats supported:
- JSON (Sets + Books)
- YAML (Sets + Books)
- CSV (Sets)
At this time, Tablib supports the **export** of it's powerful Dataset object instances into any of the above formats. Import is underway.
Note that tablib *purposefully* excludes XML support. It always will.