-
-
Notifications
You must be signed in to change notification settings - Fork 34
Description
This seems obvious.. but I can't figure out how to use the API to replace a single value in a table
I have a huge table and it has some data entry errors.
I don't want to manually change the table in Excel b/c the corrections are a bit subjective and I'd like them documented
I want to make a separate EDN file of corrections
So it'd have something like:
Go to row 261 and change entry in the "Date" column to be "2012-04-03".
But I'm not seeing anything to access and modify single entries. The API seems to just allow you to do bulk column/row operations. I can row-map, but then I need to run through the whole table and "search" for the correct row to change (but I don't have the row index.. so that's also messy)
I'm a bit confused what my workflow should be here - or maybe this isn't the right tool for the job?