CodeForPhilly / jawn

'Git for Tabular Data'
http://datjawn.com
BSD 3-Clause "New" or "Revised" License
44 stars 9 forks source link

Story: Import a CSV File into a Feed #3

Closed flyingzumwalt closed 8 years ago

flyingzumwalt commented 8 years ago

Given a CSV file, add its contents to a hypercore feed, representing each row as one block in the feed.

Suggestions

Consider using parse-input-stream -- See how it was used in the dat 2015 beta

wtkm7 commented 8 years ago

I started working on this.