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