an interface to read and write comma separated value files in Pure
pure-csv provides an interface to read and write comma separated value files in Pure. The reading and writing functions are loosely based on Python’s CSV module
pure-csv provides an interface to read and write comma separated value files in Pure. The reading and writing functions are loosely based on Python’s CSV module
To install pure-csv, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pure-csv
To see what files were installed by pure-csv, run:
port contents pure-csv
To later upgrade pure-csv, run:
sudo port selfupdate && sudo port upgrade pure-csv
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.