Skip to content

confgen: add debugging info just like source map to report accurate positions of original Excel/CSV #381

Description

@wenchy

Problem

confgen:

table -> JSON/Text/Bin -> In-memory Object

The checker or validate apply on the generated object, cannot known the accurate postions of original table cell.

SourceMap

In web dev, to help with debugging, these source map files contain essential information about how the compiled code maps to the original code.
A source map is a JSON file format that maps between minified or transformed code received by the browser and its original unmodified form, allowing the original code to be reconstructed and used when debugging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    WaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions