Read/Write formats
Dasel supports a number of file formats out of the box.
| Format | Read | Write | Notes |
|---|---|---|---|
| json | :white_check_mark: | :white_check_mark: | |
| yaml | :white_check_mark: | :white_check_mark: | |
| hcl | :white_check_mark: | :white_check_mark: | Flags available. |
| csv | :white_check_mark: | :white_check_mark: |
Flags available. |
| toml | :grey_question: | :grey_question: |
Generally working. |
| xml | :white_check_mark: | :white_check_mark: | Flags available. |
| ini | :white_check_mark: | :white_check_mark: | Limited to basic sections + key values. |
| dasel | :white_check_mark: | :x: | This is not a real format, but instead allows dasel literals to be parsed on input strings. |