Skip to content

Extract as a list of dictionaries #5

@lucasa

Description

@lucasa

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}, ...]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions