pub fn write_tags( table_data: &mut TableData, tags: impl Iterator<Item = (String, String)>, one_row: &mut Vec<Value>, ) -> Result<()>
Write data as tags into the table data.