ns-schema-scraper

0.0.5 • Public • Published

ns-record-scraper

scrapes the records at netsuite schema browser and returns JSON

npm install zabaat-ns-scrape

"use strict";
var scrape = require('zabaat-ns-scrape')

scrape.nsScrape((err,data)=>{
    console.log("back",data)
})

example output

[
  {
    "name": "serviceitem",
    "fields": [
      {
        "id": "accountingbook",
        "type": "select",
        "desc": "Accounting Book"
      },
      {
        "id": "accountingbookamortization",
        "type": "select",
        "desc": "Accounting Book Amortization Schedule"
      },

      ...

  	]
  }
]

Readme

Keywords

none

Package Sidebar

Install

npm i ns-schema-scraper

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • zabaat