okfn / messytables

Tools for parsing messy tabular data. This is now superseded by https://github.com/frictionlessdata/tabulator-py
http://messytables.readthedocs.io/
387 stars 110 forks source link

Detect pipe delimited files #113

Closed robhardwick closed 10 years ago

robhardwick commented 10 years ago

This allows the CSV sniffer to detect files delimited with a pipe/vertical bar.

domoritz commented 10 years ago

Would you like to add a test for this?

robhardwick commented 10 years ago

I've added a basic test, let me know if there's anything else I can do.