edi

Transfer an EDI or XML document from one machine to another machine through AS1 or AS2 or AS3 protocol

巧了我就是萌 提交于 2019-12-22 12:48:16
问题 I want to write a simple java program to transfer an EDI or XML document from one machine to another machine using the AS1 or AS2 or AS3 protocol. Can anyone help me to get started with it? 回答1: The latest updates to OpenAS2 have just been released and includes fairly documentation which should help anyone reading this to better understand setting up and using the OpenAS2 application from sourceforge 回答2: All three use different transport layers (SMTP, HTTP, FTP). AS2 would probably be easier

How to send messages between Companies

喜夏-厌秋 提交于 2019-12-22 10:49:32
问题 I often see myself in the need of setting up automated transfer of messages/data/files between companies. Besides the monstrous EDIFACT, Odette and a few other "big" electronic data exchange standards every industry has a few dozen or even e few hundred relatively sane relatively light weight, relatively well documented file formats for orders and the like. What I'm missing is the right protocol to move files in this formats from machine to machine. The protocol should support authentication

How can I use regex to match a character (') when not following a specific character (?)?

亡梦爱人 提交于 2019-12-22 09:57:52
问题 How can I write a regex pattern to split a string by a specific delimiter as long as it's not preceded by a question mark? I've written a parser that splits an EDIFACT message into segments, composites and elements. But in the EDI standard the question mark is an escape character. So to split this string: 'PRI+2.005:1+9022.5'RAD+RRHANB97+120814' I can use string.Split('\''), and then string.split('+') and then string.split(':') to get PRI, 2.005, 1, 9022.5 and so on However, these characters

Any open source java library which can parse an EDI file in both ANSI x12 and UN/EDIFACT standards?

匆匆过客 提交于 2019-12-22 08:14:27
问题 Is there any open source java library which can parse an EDI file in both ANSI X12 and UN/EDIFACT standards? I have found smooks (http://www.smooks.org), which supports UN/EDIFACT standard but not sure whether this will support EDI files in ANSI X12 standard. Thanks in advance. 回答1: Smooks team publish their future release would start supporting the X12 version.I eagerly waiting here too. 回答2: According documentation EDIReader can parse both ANSI X12 and UN/EDIFACT. 回答3: I have successfully

open source .NET libraries available for writing ANSI 837 files in EDI? [closed]

落爺英雄遲暮 提交于 2019-12-21 04:28:20
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . We have data stored in a database and we need to create an ANSI 837 file from this data. Are there any open source frameworks available to do this in .NET? 回答1: OopFactory X12 parser is an open source C# implementation of an X12 parser. EDI notepad (free version) may also help with this. 回答2: Why not use a

Is there any good X12 parser in Java? [closed]

寵の児 提交于 2019-12-20 10:59:10
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Is there any good X12 parser in Java which can process Walmart 810 specification? EDI example: ISA*00* *00* *16*102096559TEST *14*PARTNERTEST *071214*1406*U*00040*810000263*1*T*> GS*IN*102096559TEST*PARTNER*20071214*1406*810000263*X*004010 ST*810*0001 BIG*20050205*6463367*20050202*3376103367 REF*IA*123456170*X5T

Reading EDI Formatted Files

倖福魔咒の 提交于 2019-12-18 11:16:19
问题 I'm new to EDI, and I have a question. I have read that you can get most of what you need about an EDI format by looking at the last 3 characters of the ISA line. This is fine if every EDI used line breaks to separate entities, but I have found that many are single line files with any number of characters used as breaks. I have noticed that the VERY last character in every EDI I've parsed is the break character. I've looked at a few hundred, and have found no exceptions to this. If I first

Writing/parsing a fixed width file using Python

China☆狼群 提交于 2019-12-18 01:15:13
问题 I'm a newbie to Python and I'm looking at using it to write some hairy EDI stuff that our supplier requires. Basically they need an 80-character fixed width text file, with certain "chunks" of the field with data and others left blank. I have the documentation so I know what the length of each "chunk" is. The response that I get back is easier to parse since it will already have data and I can use Python's "slices" to extract what I need, but I can't assign to a slice - I tried that already

TRADACOMS invoice help (EDI Invoice)

走远了吗. 提交于 2019-12-14 02:26:44
问题 I am trying to understand EDI invoices using tradacoms standards, I have found some information in order to read an invoice but it is not sufficient. Does anybody has any sample or idea for importing tradacom invoice to business objects using .NET? I have tried reading Tradacom Syntax manual, it just defines the segments which is fine but I wanted to know in more detail with any sample will be of great help. I am quite stuck with data elements for example the line below: ILD=1+1+:8408++:31266

How to load parent child data found in EDI 823 lockbox file using SSIS?

巧了我就是萌 提交于 2019-12-11 17:53:00
问题 I have to load EDI 823 lock box file into SQl server database using ssis. Can anyone tell me how to do the parent child relationship between different lines. 回答1: UPDATE: Following answer shows only an example of loading a simple parent-child data into SQL Server. Check this link to see how to load an actual EDI 823 lockbox file using SSIS. Here is a possible option that you could use to load parent-child/header-detail information. In this scenario, I have a flat file containing header-detail