pub fn write_lines_to_csv<P: AsRef<Path>>(
    lines: Vec<Line>,
    output_dir: P,
    all_tags: bool
)