-
Hi,
I notice that none of the ISA Header values are retained after ISA13. Is that something that might be added into a future release, or should I implement that on my own?
Thanks!
Annie.
2007-12-03 21:53:30 UTC in EDIReader
-
Thanks for the info and the quick reply!
2007-11-29 16:17:31 UTC in ServingXML
-
I'm also interested in using ServingXML to parse X12. However, our edi input file can have any number of different segment and field delimiters to be determined at run time. I have tried passing the delimiter in as a variable, but it doesn't seem to recognize the variable. When I hard code in the values to ~, *, respectively, it works. Do I have to escape these values?
test file snippet...
2007-11-28 20:27:01 UTC in ServingXML
-
Nevermind... I figured it out. I wasn't nesting the element correctly.
Thanks for writing a great tool!
<sx:resources xmlns:sx="http://www.servingxml.com/core">
<sx:service id="employee-records">
<sx:serialize>
<sx:outputProperty name="indent" value="yes"/>
<sx:transform>.
2007-11-26 20:45:19 UTC in ServingXML
-
CSV:
EmployeeData,0.3,5/4/2006
Employee,John,Doe
Employment,1999-2000,2001-2002,2003-2005
Desired XML:
<Employees>
<Employee>
<Name>
<firstName>John</firstName>
<lastName>Doe</lastName>
</Name>
<EmploymentDates>
<Date>1999-2000</Date>
<Date>2001-200.
2007-11-26 20:15:03 UTC in ServingXML
-
I am new to ServingXML, and I am having problems using the repeatingGroup element.
I'm using servingxml-0.8.0.1 on JDK 1.6
<sx:resources xmlns:sx="http://www.servingxml.com/core">
<sx:service id="employee-records">
<sx:serialize>
<sx:outputProperty name="indent" value="yes"/>...
2007-11-26 20:12:36 UTC in ServingXML