CodeForPhilly / jawn

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

User can specify the 'key' column to use on import #12

Closed flyingzumwalt closed 8 years ago

flyingzumwalt commented 8 years ago

When I import data I can optionally specify which column to use as the "key" or identifier column. If an identifier/key column is not specified, a unique identifier is minted for every imported row.

This impacts how info gets written to the feed and it impacts how that info will get written to the index.

flyingzumwalt commented 8 years ago

Rebooting issues (taking a different approach to roadmap)