As the title states, is it possible to overwrite only specific fields while updating a collection with a CSV import?
I am trying to update the tags for ~440 blog posts, and most of them have custom code embedded in the copy which isn’t carrying over after the export/update/import workflow.
Ideally, I would just update the tags field, but the solution there is evading me.
@webdev Yes it’s not particularly obvious, I discovered it because I’m frequently building proofs, test data for cloneables, or fixing client data with an export → fix → import workflow.
At one point you could key on the slug but currently the ItemID seems a better fit, if you have it.
GPT4 is surprisingly useful at doing CSV transformations and creating test data as well.
@memetican - I tried this earlier, but am getting a message that certain fields (body copy for blog post) is required and the post will be published as a draft.