1
General Discussion / Ideas to parse weird table format?
« on: December 14, 2021, 02:29:42 AM »
Hey all,
I have some sort of weird table format like this:
In the first column, the header and data cell always repeats on every line.
Any trick in the bag to cope with such a table format?
thanks!
I have some sort of weird table format like this:
Heading 1 | Heading 2 | Heading 3 | Heading 4 |
Data 1 | Data 2 | Data 3 | Data 4 |
Heading 1 | Heading 5 | Heading 6 | Heading 7 |
Data 1 | Data 5 | Data 6 | Data 7 |
Heading 1 | Heading 8 | Heading 9 | |
Data 1 | Data 8 | Data 9 |
In the first column, the header and data cell always repeats on every line.
Any trick in the bag to cope with such a table format?
thanks!