Convert the RESO Data Dictionary to Markdown.
The Makefile provides a single command markdown
. First, set the
variable CSV
to the path of your local copy of RESO’s Data
Dictionary. Then:
make markdown
data-dictionary.markdown will be output in the current working directory.
In a CL REPL:
CL-USER> (load "data-dictionary.asd")
CL-USER> (ql:quickload :data-dictionary)
CL-USER> (data-dictionary:-main #p"/path/to/csv")
data-dictionary.markdown will be output in the current working directory.
cl-data-dictionary
is distributed as a Common Lisp library,
specifically SBCL (but should run under other implementations). As
such, there are a couple of requirements:
- SBCL (or other CL)
- Quicklisp
Everything else will take care of itself.
git clone [email protected]:SimplyRETS/cl-data-dictionary
This code is licensed under MIT.
Copyright 2015 (c) SimplyRETS, Inc