Skip to content

commonmind/elm-csv-encode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate CSV files with Elm.

Note: if you're viewing this README on GitHub, be aware that this is a mirror of our GitLab repo; please open issues and pull requests there.

Introduction

This package provides support for rendering data in csv (comma separateed values) format. The format emitted is as described in RFC4180.

If you want to parse csv files, look at the package periodic/elm-csv; this package is designed to work well with it.

License

Copyright (C) 2019 CommonMind LLC

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

No description, website, or topics provided.

Resources

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages