Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alphanumeric escape placeholder chars #817

Open
benkeen opened this issue Feb 26, 2023 · 0 comments
Open

Alphanumeric escape placeholder chars #817

benkeen opened this issue Feb 26, 2023 · 0 comments

Comments

@benkeen
Copy link
Owner

benkeen commented Feb 26, 2023

I wanted to output a C-xxxxx format where "C" is fixed. But since it's the same char as a placeholder character it always gets replaced.

I guess you could work around this by using this field in conjunction with the Computed Data Type, and just have the hardcoded "C" within the Computed field, but it wouldn't work for characters in the middle of the string, and you'd be stuck with extra generated rows of stuff you don't want.

I think just offering the option to escape any special character you wanted would probably work best, like \C-xxxxx. Technically it wouldn't be 100% backward compatible, but I doubt anyone would be impacted...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant