enlightenalpha

Results 12 comments of enlightenalpha

Update - when I remove the escaped quotes, pyhocon is able to parse the file just fine. Question - why should I have to remove them? It's valid JSON/HOCON.

Any ideas / thoughts on how to handle this or if this is expected behavior? As I mentioned, I can get around it by removing the escaped quotes, but this...

So, it looks like the problem centers around the fact that the value being parsed contains 2 comma delimited key:value pairs: "{\"warning\":500,\"critical\":\"never\"}" If I change it to: "{\"warning\":500}" ...the parser...

That's a great question. I've been trying to use this module for the past few weeks assuming it supported conversion from other formats to HOCON - but seems it may...

@absltkaos You are correct - that example was incorrect. It should have been: "value" : "{\"warning\":500,\"critical\":\"never\"}" In this particular case, the dict value needs to be quoted when passed to...

Confirmed that this works, however please note that when defining this parameter the value will need to be quoted: cx_oracle_umask: "0022"

Thanks for the response! Yes - however, I suppose I could use the existing curl task to copy the file like so: curl -o /path/to/destination file:///path/to/source/file This could allow me...

Thank you for the suggestion. I will give it a try and let you know.

Confirmed that this works. Thank you.