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

avoid quotes for write to yaml file #242

Open
fab6 opened this issue Jan 18, 2025 · 0 comments
Open

avoid quotes for write to yaml file #242

fab6 opened this issue Jan 18, 2025 · 0 comments

Comments

@fab6
Copy link

fab6 commented Jan 18, 2025

Hi,

I am using

    YAML.write_file(info_file, dict)

to write the dict which is something like

OrderedCollections.OrderedDict{String, Any}("type" => "report", "ref" => "avResearchProgramFIGRA",...

to a yaml info_file. I get something like

type: "report"
ref: "avResearchProgramFIGRA"
...

So far this is fine, but I would like to neglect the quotes around the strings. Is this somehow possible?

Thank you!

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

2 participants