1.2.1 • Published 7 years ago
@prepsmith/material-xlsx-transformer v1.2.1
@prepsmith/material-xlsx-transform
Transform the Exam Material Data JSON to SmithSupply format XLSX file.
Install dependencies
$ yarn install
Run demo
$ yarn demo
Dump material data from db
example:
# ssh forward postgres server port to local host
$ ssh -NL 127.0.0.1:5432:10.23.49.163:5432 ubuntu@120.132.6.226 -vv
# in another terminal session to dump data
$ psql -h 127.0.0.1 -U root -P "footer=off" -P "tuples_only" ems_staging -c "select name, material_data from exams" > material_dump.txt
Generate XLSX files from dump data
example:
$ node batch.js /Users/michael/material_dump.txt
1.2.1
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.17
7 years ago
1.0.16
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago