Add a sequential row-number column.
Show the printable ASCII reference table or search a code/character.
Local binary conversion.
Encode one CSV field using RFC-style double quotes when needed.
Decode one quoted or unquoted CSV field.
Count rows grouped by a selected column.
Calculate basic numeric statistics for one column.
Local binary conversion.
Convert quoted CSV into tab-separated values.
Append two CSV tables with identical header order.
Validate a rectangular CSV table with unique headers; it does not neutralize spreadsheet formulas.
輸出已跳脫內容的 table HTML。
將含標題列的 CSV 轉成 JSON 陣列。
第一列作為欄位名稱轉成 XML。
第一列作為欄位名稱轉成 YAML 陣列。
Keep first CSV rows with unique selected values.
Keep rows whose selected column exactly equals a value.
Render an array of objects as escaped HTML table markup.
Render an array of objects as a Markdown table.
將物件陣列轉為 CSV。
將物件陣列轉為 Tab 分隔表格。
Generate markdown table generator from local input.
Strictly decode quoted-printable bytes as UTF-8.
Encode UTF-8 text as quoted-printable bytes.
Remove selected columns using a JSON wrapper.
Rename CSV headers using a JSON wrapper.
Keep selected columns using a JSON wrapper.
Sort CSV rows by one selected column.
Swap CSV rows and columns.
Convert quoted TSV into comma-separated values.
Convert header-row TSV into a JSON array.