Hi all,
I have a sample EDI file.I need to create a sample html template from the file.What are the steps do I need to follow to acheive it.
Thanks.
Hi all,
I have a sample EDI file.I need to create a sample html template from the file.What are the steps do I need to follow to acheive it.
Thanks.
I wonder if your post may fall into the category described by Describe the goal, not the step where you’re describing a particular path you’re pursuing but it may be the wrong path.
Can you explain the process you’re trying to implement? Like “I need to send an EDI X12 850 to a partner over FTP. What’s the best way to create the 850?” With the high-level goal, we’ll be better able to suggest a correct course of action.
Thanks for the reply,I should have been clear any wayy
I have an EDI x12 document which I need to parse.I need to extract the values from the parsed document and create a html template from it.
ISA00 00 0142343434343 ZZxxxxxxxxx 0411021230U004010000002951P:
GSPO932660376xxxxxxxxxxxxx200411021230295X004010
ST850000000001
BEG06SA00001153000120040719
CURBYUSD**SEUSD
REFIA80376ID xxxxxxxxxx
REFZZ**xxxxxxxxxxxxxxxxxxxxx
REFDP024**
REFFQDO**
PERBDxxxxxxxxxxxxxxxxxxxxxEMyyyyyyyyyyyyyy
FOBCCOR**01ZZZPEbbllllllllllllllllllllllllllllll
ITD52T
DTM03720041101
DTM00220041129
DTM00120041122
TD5M
N1STxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
N3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
N4yyyyyyyyUSnnnnnnnnnnn*USA
…
…
…
CTT000002
AMTTT140000
SE33000000001
GE1295
IEA1*000000295
Ineed to create a PO template like(not exactly like below)
Purchase order
date:
…
…
column1 column2
Items:
item1:
item2:
I created a schema and got an ISdocument from it .How do i get the values to be inputted into the template like <%value date%>
The EDI module documentation describes the steps to follow for processing EDI documents. You’ll want to decide whether or not to use Trading Networks (TN). TN can help make processing EDI documents much easier.
I assume you’re creating an HTML page for viewing purposes? You’re on the right track with the value tag. Once you’ve converted the EDI string into an IS document, you’ll use the appropriate field names within the value tags.
Hello suman;
Can u send me ur sample EDI file it will help me to understand ur actual problem. Right now am not getting
what r u using 850,855,820 or something diff ?
Do you still need assistance?