mrcsparker / nifi-edireader-bundle

Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on building : mvn package

RajanKrishnan opened this issue · comments

On executing mvn package i ran into errors on windows. Looks like EdiToXMLTest.java line#32 should be like this for windows String f = ediFile("\files\pharmacy-5010.835");

I am compiling this on a Mac. Is there a cross-platform way to do this?