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

Delimiter is limited #2

Open
Quimoniz opened this issue Jun 13, 2018 · 1 comment
Open

Delimiter is limited #2

Quimoniz opened this issue Jun 13, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@Quimoniz
Copy link
Member

Presently the delimiter that can be specified for parsing files is severely limited, due to ";" and "," being interpreted as variable specification syntax. Therefore it should be implemented to allow specification of Hex Code values for the delimiter e.g. "0x41" denoting the delimiter "A".

@Quimoniz
Copy link
Member Author

since there is setting METRIC_SEPARATOR provided by SCOREP, which enables one to specify a different separator than "," we don't need to worry about escaping ",", but rather we have to allow for all the delimiters we are using to be escaped e.g. with a backspace. E.g.: "+", ";","="

@Quimoniz Quimoniz added the enhancement New feature or request label Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant