Bulk Delete for Tables #194
-
Hi, is there a bulk delete for tables? we have a lot of tables with 0 dependencies that we would want to remove as a clean-up exercise. In the docs it says the bulk delete in CS_tools is limited to answers and liveboards. Is there any way around this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @AlexLowrie , the current version of CS Tools (v1.5.12) does not support this, however once we release v1.6.0 you'll be able to use Bulk Deleter to remove these objects. You'll need to pass a list of guids in tabular format to the An easy way to fetch these IDs would be to run the v1.6.0 should be coming in the next couple of weeks! |
Beta Was this translation helpful? Give feedback.
Hey @AlexLowrie , the current version of CS Tools (v1.5.12) does not support this, however once we release v1.6.0 you'll be able to use Bulk Deleter to remove these objects.
You'll need to pass a list of guids in tabular format to the
cs_tools tools bulk-deleter from-tabular
command.An easy way to fetch these IDs would be to run the
cs_tools tools searchable metadata --syncer csv://
command, remove the rows from thets_metadata_object.csv
file except for the objects you'd like to delete, and then pass this data tocs_tools tools bulk-deleter from-tabular --syncer csv:// --deletion ts_metadata_object
v1.6.0 should be coming in the next couple of weeks!