View Single Post
Old 06-20-2019, 10:12 AM   #490
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Double-quotes are what define a text column in the JS CSV file. If you look at the CSV in a simple text editor, you will see what I mean. DQs can cause parsing errors. I will look at it, but you should avoid DQs; change them to Single Quotes. If you use double quotes in Tags in Calibre, you should search & replace them to single quotes if you want to match them via a CSV upload.

An attachment shows the ToolTips from the Scrub Tags sub-menu within the JS menus. The .xlsx/.ods files have all of the details for the tool and each of its rule table CSV formats.



DaltonST
Attached Thumbnails
Click image for larger version

Name:	2019-06-20 09_03_08-.jpg
Views:	172
Size:	140.9 KB
ID:	171994   Click image for larger version

Name:	2019-06-20 09_07_15-Window.jpg
Views:	160
Size:	766.5 KB
ID:	171996  

Last edited by DaltonST; 06-20-2019 at 12:29 PM.
DaltonST is offline   Reply With Quote