View Single Post
Old 04-24-2017, 05:00 PM   #227
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,836
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
I assume you mean the #status column. What is the calibre column definition for the #status column.

Your source CSV looks like it has a textual string, if #status isn't a real text column of some sort then that could be the problem, e.g. if the Column type is Text, but with a fixed set of permitted values then I think that is actually held as an integer.

Try adding a #status_as_text column (long text, header on side, plain) and map column 6 to it.

BR
BetterRed is offline   Reply With Quote