| 
			
			 | 
		#1 | 
| 
			
			
			
			 Library Breeder (She/Her) 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,301 
				Karma: 1937893 
				Join Date: Apr 2015 
				Location: Fullerton, California 
				
				
				Device: Paperwhite 2015 (2), PW 2024 (12 GEN), PW 2023 (11 GEN), Scribe (1st) 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Copy manage tags matrix to clipboard
			 
			
			
			Is there a way to copy the matrix for the manage tags editor?  Would like to have the values exported to .csv.  The .db file only shows the id's and not the number of times the tag is used. I have a custom column for the ENF plugin which is comma separated containing some 5000 total words that I need to weed down.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | |
| 
			
			
			
			 Deviser 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,265 
				Karma: 2090983 
				Join Date: Aug 2013 
				Location: Texas 
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 This SQL run in DB Browser for SQLite or whatever tool you are using to peruse metadata.db can be used to create a spreadsheet file. Code: 
	SELECT book,name FROM books_tags_link,tags WHERE books_tags_link.tag = tags.id ORDER BY name,book 26720 Action & Adventure The spreadsheet application should be able to easily create a summarized matrix based on Tag Name. Or, create the list already summarized via: Code: 
	SELECT name,count(*) FROM books_tags_link,tags WHERE books_tags_link.tag = tags.id GROUP BY name DaltonST n.b. I added new comments to my answer to your CALM question from yesterday. Last edited by DaltonST; 11-14-2019 at 11:06 AM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Category Editor (Tags) - Manage Tags | Pachuqismo | Library Management | 5 | 03-10-2021 03:19 PM | 
| Copy Metadata to Clipboard | EmilThelonius | Library Management | 7 | 10-15-2016 08:36 AM | 
| Manage Tags | Rellwood | Library Management | 1 | 07-27-2016 07:29 PM | 
| copy text to computer clipboard | alansplace | Editor | 13 | 02-03-2014 12:35 PM | 
| copy to clipboard in browser? | RAH | Nook Color & Nook Tablet | 1 | 04-28-2011 08:37 AM |