Skip to content

if value contains "|", it is skipped while processing #18

Open
@Vandanaprabhu7

Description

@Vandanaprabhu7

When default aliasSeparator is changed using 'options', if the value contains "|", it is skipped by the code.
src/common/ModelBuilder.ts contains the following line;
return value.trim().replace(/[\n|\t]/gm, ""); ---> line number 229,
which replaces '|' by empty string.

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