Skip to content

feat: Improve schema delimiters list. #171

@SharafMohamed

Description

@SharafMohamed

Request

Currently, the delimiter line is treated as a mix of literals and regex, which is confusing, and possibly dangerous. At the very least, its annoying to have to escape special regex characters in a list of characters.

Instead,

Possible implementation

Modify the schema parser to allow the delimiter's line to be just a string of characters or the whitespace characters ('\n', '\t', etc).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions