View Single Post
Old 08-04-2016, 11:11 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,124
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Ravensknight View Post
I was using Leafmarks as my online booksite and when it shut down the other month, I was able to download my data as a CSV file. Imported all the book data with the List plugin into calibre.

My problem is that all my tags from Leafmarks are separated by semicolons instead of comma's, so I have just one long tag for each book, ie:
2016;sff;favorite;ultra-violence
when I want multiple tags like this:
2016, sff, favorite, ultra-violence

Is there an easy way to solve this? I've got about 2700 book entries to edit and it would be nice if there was a bulk way to separate them. Thanks for any help or info.

Using Win10 with calibre 2.58.
Search and Replace (bulk mode metadata)
Might take multiple passes (it walks to next semicolon)
S: (.+?)\;(.+?)
R: \1, \2

same field
theducks is offline   Reply With Quote