Updating a subset of rows
-
I am hoping I am missing a feature here since this one seems kinda common.
I have a table of around 1,000 rows but regularly want to edit a subset of these. I know I can filter and then export but I can’t see how to import for UPDATE of those rows. The first column in my exported file is a key and unique.
I know I can import with truncate if I export the entire table but obviously that’s overkill when I might only want to edit, say, 20 rows.
How can I import my edited csv file, to update rows?
I think I saw a “coming soon” comment from Peter on this a year or two back, but can’t see that feature. Does it exist?
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Updating a subset of rows’ is closed to new replies.