rdpcrystal-edi-library
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "rdpcrystal-edi-library", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "ASCII X12 EDI Library", | ||
@@ -5,0 +5,0 @@ "main": "RDPCrystalEDILibrary.js", |
# RDPCrystal EDI Library | ||
RDPCrystal EDI Library is a NodeJS library that is used to Create, Parse, Load, Validate, View, Edit, Split, Join and Scrub EDI data. RDPCrystal EDI Library is located at [rdpcrystal.com](http:/www.rdpcrystal.com) | ||
RDPCrystal EDI Library is a NodeJS library that is used to Create, Parse, Load, Validate, View, Edit, Split, Join and Scrub EDI data. RDPCrystal EDI Library is located at [rdpcrystal.com](http:/www.rdpcrystal.com). Full documentation can be found [here](http://www.rdpcrystal.com/free-trial/) | ||
@@ -13,3 +13,3 @@ ## Installation | ||
## Validate an EDI File | ||
## Validate an X12 EDI File | ||
@@ -75,3 +75,3 @@ ```javascript | ||
## Create An EDI File | ||
## Create An X12 EDI File | ||
@@ -160,7 +160,5 @@ ```javascript | ||
``` | ||
## Generate X12 EDI 999 Acknowlegements | ||
## Generate EDI 999 Acknowlegement | ||
```javascript | ||
const fs = require('fs'); | ||
@@ -233,3 +231,3 @@ const edi = require('RDPCrystalEDILibrary').RDPCrystalEDILibrary; | ||
## Spit an EDI File | ||
## Spit an X12 EDI File | ||
@@ -288,6 +286,5 @@ ```javascript | ||
## Load an EDI File | ||
## Load an X12 EDI File | ||
```javascript | ||
const edi = require('RDPCrystalEDILibrary').RDPCrystalEDILibrary; | ||
@@ -294,0 +291,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2470953
359