Advertisement
natdm

Variables

Sep 9th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const x2j = require("xls-to-json");
  2. const util = require('util');
  3. const fs = require('fs');
  4. const colors = require('colors');
  5.  
  6. var inputOptions = {
  7.     input: process.argv[2],
  8.     output: null,
  9.     sheet: process.argv[3]
  10. }
  11.  
  12. var inputLength;
  13. var outputLength;
  14. var schedMasterName;
  15. var keyCodeName;
  16. var completeFile = inputOptions.input + "_SQL.txt";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement