EDIReader is a flexible and lightweight EDI parser, written in pure Java with many integration options. It has handled millions of transactions in a wide variety of products, services, industries, platforms, and custom integrations. Available as the open source Community Edition and the Premium Edition with added-value modules.
I'm new on reading EDI Files, currently i need to understand really fast for my job. I was testing the EDIScanner project but it sends me an error.
Usage: EDIScanner inputfile [-o outputfile]
Exception in thread "main" java.lang.RuntimeException: Missing or invalid command line arguments
at com.berryworks.edireader.demo.EDIScanner.badArgs(EDIScanner.java:149)
at com.berryworks.edireader.demo.EDIScanner.main(EDIScanner.java:139)
C:\Users\Bottago SA\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: Java returned: 1
I'm new on reading EDI Files, currently i need to understand really fast for my job. I was testing the EDIScanner project but it sends me an error.
Usage: EDIScanner inputfile [-o outputfile] Exception in thread "main" java.lang.RuntimeException: Missing or invalid command line arguments at com.berryworks.edireader.demo.EDIScanner.badArgs(EDIScanner.java:149) at com.berryworks.edireader.demo.EDIScanner.main(EDIScanner.java:139) C:\Users\Bottago SA\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: Java returned: 1
Any suggestion what am i doing wrong?