html-table-extractor icon indicating copy to clipboard operation
html-table-extractor copied to clipboard

Extract as a list of dictionaries

Open lucasa opened this issue 8 years ago • 0 comments

Would be a good feature to extract the the rows as a dict, at least from simple tables. Example: | A | B | C | | 1 | 2 | 3 | ... Generating a list of dicts: [{A:1, B:2, C:3}, ...]

lucasa avatar Aug 02 '17 23:08 lucasa