Skip to content

feature request: csv2html #132

Open
Open
@tseemann

Description

@tseemann

Prerequisites

  • make sure you're are using the latest version by csvtk version
  • read the usage

Describe your issue

  • describe the problem
  • provide a reproducible example

csvtk csv2html

This subcommand would make an HTML table to modern spec.

<TABLE>
<THEAD>
<TR> <TH> ID <TH> value <TH> meta </TR>
</THEAD>
<TBODY>
<TR><TD> covid <TD> 2020<TD> bad </TR>
<TR><TD> sars <TD> 2021<TD> worse </TR>
<TR><TD> flu <TD> 2022<TD> ok </TR>
</TBODY>
</TABKE>

Maybe options to set the HTML CSS Class
<TABLE CLASS="xxxxx">

And the caption
<CAPTION> xxxxxxxxxxx </CAPTION>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions