liondadev / nacsv

turn blackbaud student directory result lists into a nice csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NACsv

A simple utility that turns JSON results (from the blackbaud API) in student directory searches into a CSV for backup.

How to use it

  1. Place the json result inside in.json, following the following schema:
{
    "students": [{students...}]
}
  1. Run the program (you will need to compile it, figure it out)

About

turn blackbaud student directory result lists into a nice csv


Languages

Language:Go 100.0%