View Single Post
Old 03-15-2015, 04:42 PM   #4
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,794
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@myki
  1. Should be no need to use full path to program, it is in PATH environment Environment Variable (unless you took it out )
  2. Put the separator in rabbits ears
  3. You probably need to specify a width otherwise output will default to width of your console window
  4. You probably want to redirect the output to a csv file otherwise it'll just display on the console

Code:
calibredb list -f authors,title,series,series_index,comments --separator "¤" -w 1000000 > c:\testlist.csv
All of that said you may not like what you see, I just ran that command on a small test library and the comments were - hmmm - not as I would like. I've never wanted to put comments into a CSV list/catalogue so we're on the same learning curve.

Have a go with the suggested changes

BR
BetterRed is online now   Reply With Quote