Description
Convert bidirectionally between Dhall and CSV files.
Description
Use this package if you want to convert between Dhall expressions and CSV. You can use this package as a library or an executable:
See the
Dhall.Csv
orDhall.CsvToDhall
modules if you want to use this package as a libraryUse the
dhall-to-csv
orcsv-to-dhall
programs from this package if you want an executable
The Dhall.Csv
and Dhall.CsvToDhall
modules also contains instructions for how to use this package
README.md
dhall-csv
For installation or development instructions, see:
Introduction
This dhall-csv
package provides two executables to convert bidirectionally between Dhall and CSV files.