command line option for ticked=AB does not work.

Added by Nhu Le about 11 years ago

I am trying to get the TICKED columns in my CSV. When I try the following

auto-multiple-choice export --data  /home/nle/MC-Projects/dhcd2/data --fich-noms names.csv --o export_data.csv --useall 1 --module CSV --option-out ticked=AB --option-out columns=id,name

All I get is:

"id","name","Mark" 
"00001","name 1","0" 
"00002","name 2","ABS" 
"00003","name 3","ABS" 

Am I missing something?


Replies (2)

RE: command line option for ticked=AB does not work. - Added by Alexis Bienvenüe about 11 years ago

Try adding --debug /tmp/debug.log after creating an empty /tmp/debug.log file, to see if there is something interesting here.

RE: command line option for ticked=AB does not work. - Added by Nhu Le about 11 years ago

I can confirm that for the same input, this command works as advertised. I think I have a problem with "note" rather than "export". So I will create a new post for that.

(1-2/2)