Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 18th, 2005, 09:30 PM
Claudio Grondi
Guest
 
Posts: n/a
Default DevX: "Processing EDI Documents into XML with Python"

"You don't have to rely on expensive and proprietary EDI conversion software
to parse, validate, and translate EDI X12 data to and from XML; you can
build your own translator with any modern programming language, such as
Python."

by Jeremy Jones
http://www.devx.com/enterprise/Article/26854

Excerpt:
"Python is an object-oriented, byte-compiled language with a clean
syntax, clear and consistent philosophy, and a strong user community. These
attributes (both of the language and the community) make it possible to
quickly write working, maintainable code, which in turn makes Python an
excellent choice for nearly any programming task. Processing any "flavor" of
EDI is no exception."


Hi,
just wanted to share with you, that the last issue
of the DevX newsletter comes with a Python related
article as first item in the list of subjects.

Claudio


  #2  
Old July 18th, 2005, 09:31 PM
Jeremy Jones
Guest
 
Posts: n/a
Default Re: DevX: "Processing EDI Documents into XML with Python"

Claudio Grondi wrote:
[color=blue]
>"You don't have to rely on expensive and proprietary EDI conversion software
>to parse, validate, and translate EDI X12 data to and from XML; you can
>build your own translator with any modern programming language, such as
>Python."
>
> by Jeremy Jones
> http://www.devx.com/enterprise/Article/26854
>
> Excerpt:
> "Python is an object-oriented, byte-compiled language with a clean
>syntax, clear and consistent philosophy, and a strong user community. These
>attributes (both of the language and the community) make it possible to
>quickly write working, maintainable code, which in turn makes Python an
>excellent choice for nearly any programming task. Processing any "flavor" of
>EDI is no exception."
>
>
>Hi,
>just wanted to share with you, that the last issue
>of the DevX newsletter comes with a Python related
>article as first item in the list of subjects.
>
>Claudio
>
>
>
>[/color]
Anyone interested in processing EDI with Python will probably be
interested in giving it a read. Please feel free to scrutinize the code
mercilessly. I plan on creating a project on Sourceforge with the code
that is attached to that article (and hopefully with modifications
coming from user input in the ensuing months). Comments are greatly
appreciated.

Thanks for posting this, Claudio.

Jeremy Jones
  #3  
Old July 18th, 2005, 09:39 PM
Satchidanand Haridas
Guest
 
Posts: n/a
Default Re: DevX: "Processing EDI Documents into XML with Python"

There has already been some work in this area - although for X12
transactions for the healthcare industry. Its on sourceforge already and
best of all the development language is Python:

http://sourceforge.net/projects/pyx12/


thanks,
Satchit

----
Satchidanand Haridas (sharidas at zeomega dot com)

ZeOmega (www.zeomega.com)
Open Minds' Open Solutions

#20,Rajalakshmi Plaza,
South End Road,
Basavanagudi,
Bangalore-560 004, India



Jeremy Jones wrote:
[color=blue]
> Claudio Grondi wrote:
>[color=green]
>> "You don't have to rely on expensive and proprietary EDI conversion
>> software
>> to parse, validate, and translate EDI X12 data to and from XML; you can
>> build your own translator with any modern programming language, such as
>> Python."
>>
>> by Jeremy Jones
>> http://www.devx.com/enterprise/Article/26854
>>
>> Excerpt:
>> "Python is an object-oriented, byte-compiled language with a clean
>> syntax, clear and consistent philosophy, and a strong user community.
>> These
>> attributes (both of the language and the community) make it possible to
>> quickly write working, maintainable code, which in turn makes Python an
>> excellent choice for nearly any programming task. Processing any
>> "flavor" of
>> EDI is no exception."
>>
>>
>> Hi,
>> just wanted to share with you, that the last issue
>> of the DevX newsletter comes with a Python related
>> article as first item in the list of subjects.
>>
>> Claudio
>>
>>
>>
>>[/color]
> Anyone interested in processing EDI with Python will probably be
> interested in giving it a read. Please feel free to scrutinize the
> code mercilessly. I plan on creating a project on Sourceforge with
> the code that is attached to that article (and hopefully with
> modifications coming from user input in the ensuing months). Comments
> are greatly appreciated.
>
> Thanks for posting this, Claudio.
>
> Jeremy Jones[/color]

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles