in reply to Re: Module for parsing tables from plain text document
in thread Module for parsing tables from plain text document
There are lots of ways to do it if I want to count characters for each of the tables I need to deal with. What I'd like is something that looks at the table and uses heuristics to figure out the column widths and names. For all the tables I'm dealing with in the first instance the tables are machine generated so the columns are unlikely to change within a table, but they do change between tables.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Module for parsing tables from plain text document
by NERDVANA (Priest) on Jan 09, 2023 at 03:58 UTC | |
by LanX (Saint) on Jan 09, 2023 at 13:52 UTC | |
by cavac (Prior) on Jan 13, 2023 at 14:03 UTC | |
by LanX (Saint) on Jan 13, 2023 at 14:15 UTC | |
by cavac (Prior) on Jan 13, 2023 at 14:39 UTC | |
| |
by Anonymous Monk on Jan 13, 2023 at 15:11 UTC | |
|