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
|