1 dépôt
Parsing of text-based tables into structured data objects.
Distinct from Table Conversion: Distinct from tensor table conversion by focusing on human-readable ASCII/Unicode text tables.
Explore 1 awesome GitHub repository matching data & databases · ASCII Table Parsing. Refine with filters or upvote what's useful.
jc is a tool that transforms plain-text results from command-line utilities, system tools, log formats, and text tables into structured JSON data. It functions as a structured data transformer capable of converting various file formats, including CSV, INI, XML, and YAML, into JSON representations for programmatic use. The project includes a collection of specific parsers for Unix commands and system tools such as df, blkid, and various package managers. It also features specialized converters for web server logs, Common Log Format, and Common Event Format strings. The tool covers broad capab
Transforms ASCII and Unicode text tables into structured JSON objects by mapping column headers to row values.