Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extract Data in EDI file format

Status
Not open for further replies.

ptheriault

IS-IT--Management
Aug 28, 2006
2,699
US
Has anyone worked with EDI files? What is the best way to extract a file in EDI format from SQL Server 2005.

- Paul [batman]
- If at first you don't succeed, find out if the loser gets anything.
 
Well. It depends on what your trading partner is using for EDI format. Not everyone hews to the standard. I'm wrestling 856s right now; fun wow.

Since you're using SQL 2K5, there's probably a ton you can do with XML query returns. But nothing native or canned (that I'm aware of) will create an EDI file painlessly; you'll have to do the work to format the output.

If you have Biztalk, there's a mapping device that can transform output based on document specifications (like X12). That is, if you have BT2002 or earlier; MS ripped the X12 support out of later versions.

Have fun!

Phil Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
I'll have the roast duck with the mango salsa.
 
Thanks Phil,
I think I'm going to look into Biztalk.

- Paul [batman]
- If at first you don't succeed, find out if the loser gets anything.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top