From 4af0e4ce82b8b944d87a0b7552f935624811ade0 Mon Sep 17 00:00:00 2001 From: gstaubli Date: Sat, 21 Mar 2015 20:48:17 -0700 Subject: [PATCH] Update README.rst --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 12e8a45..2af7e19 100644 --- a/README.rst +++ b/README.rst @@ -31,5 +31,8 @@ This will convert the example.csv into example.avro, which you can then read and {u'food': u'Burgers', u'name': u'John'} Count: 3 - + +================ +More Information +================ To learn more about why I wrote this utility, see my blog post: http://garrens.com/blog/2015/03/21/converting-csvs-with-headers-to-avro/