Skip to main content

answer_columns

Function answer_columns 

Source
fn answer_columns(answer: Option<AnswerData>) -> Result<(String, String)>
Expand description

The data_json and data_files columns of one answer, in that order.

data_json holds what it always has: the answer itself for a JSON answer, the plugin’s metadata for a file one. The files go in their own column so a file answer does not export as nothing.