CodeForPhilly / jawn

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

Story: Update Rows #11

Closed flyingzumwalt closed 8 years ago

flyingzumwalt commented 8 years ago

Scenario:

  1. Import a dataset
  2. Modify some rows in the source dataset
  3. Import the changes into dat

This depends on #12 because in order to update rows in a dataset you need to specify the key column. Read the discussion in #15, which has a big impact on how we implement this feature.

If a key was provided to the import command, we need to look in the index for a row with that key.

flyingzumwalt commented 8 years ago

Rebooting issues (taking a different approach to roadmap)