0.0.2 • Published 10 years ago

pto-assignments v0.0.2

Weekly downloads
11
License
MIT
Repository
github
Last release
10 years ago

PTO Assignment Processor

A quick tool to parse XML data from United States Patent and Trademark Office Bulk Downloads

Installation

npm install pto-assignments

Usage

Warning: has not been fully tested with varying XML files yet (or supplied with fallback/default values for missing items)

As a module

var fs = require('fs');

var XML = require('pto-assignments').XML;
var xmlContent = readFileSync("filename.xml", 'utf-8');
var file = new XML(xmlContent);

As a CLI tool

pto-assignment input-file.xml > output-file.json

License

MIT

0.0.2

10 years ago

0.0.1

10 years ago