tdt / formatters

Formats PHP array, PHP stdClass-es and RDF graphs in different configurable ways
1 stars 1 forks source link

CSV formatter #17

Open coreation opened 11 years ago

coreation commented 11 years ago

Problem

The CSV formatters doesn't work on tabular data with a primary key set.

Solution

Use shift to get the "rows" instead of the "0" index.