pub fn write_tag( table_data: &mut TableData, name: impl ToString, value: impl ToString, one_row: &mut Vec<Value>, ) -> Result<()>
Write data as a tag into the table data.