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

add automatic conversion of dot values in data, to remove "pathsep" #41

Open
perfecto25 opened this issue Oct 31, 2023 · 0 comments
Open

Comments

@perfecto25
Copy link
Owner

data comes in with unexpected chars,

ie

data = {"/tmp/file": "true", "file.conf": true"}

this data has to be parsed with pathsep="some separator", as dot and / wont work, both "/" and "." are in the lookup path

makes using pathsep impractical because any character used as pathsep can actually be in the data string

add auotmatic splitting to insert some unique separator that wont ever come up in actual data , ie "dictor_sep" or something similar, that way users wont ever need to use pathsep flag

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

No branches or pull requests

1 participant