BerryWorksSoftware / edireader

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.
GNU General Public License v3.0
123 stars 47 forks source link

Error on EDIScanner xample #3

Closed luiggicc closed 6 years ago

luiggicc commented 7 years ago

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?

msimon3 commented 7 years ago

How are you passing in the command line arguments? It expects at minimum a file to parse...