Questions tagged [edi]

Electronic Data Interchange is the transmission of structured data directly from one computer system of one organization to the computer system of another organization.

Overview

EDI is defined by the National Institute of Standards and Technology as "the computer-to-computer interchange of strictly formatted messages that represent documents other than monetary instruments. EDI implies a sequence of messages between two parties, either of whom may serve as originator or recipient. The formatted data representing the documents may be transmitted from originator to recipient via telecommunications or physically transported on electronic storage media."

Standards

Currently there are four major sets of EDI standards:

504 questions
-1
votes
2 answers

Can we edit EDI files in Arcesb?

I have an EDI file which i want to edit. Currently what i'm doing is using arcesb i convert it into xml and then edit it and again convert it into edi format and then send the file. Does Arcesb provide such functionality which can edit the files on…
Vishwa Ardeshna
  • 437
  • 1
  • 4
  • 7
-1
votes
1 answer

SoftwareAG webMethods EDI mapping question : How to map one record into Multiple records

I am trying to map one record into multiple records using webMethods Designer flow service. 1 row converted into several rows. Please help me to wire webethods flow service to map the following using LOOP,REPEAT, MAP, etc. SourceRecord DateFields …
Yasir
  • 1
-1
votes
2 answers

EDI beginner and converted file

COuld you please recommend some materials to learn more about EDI and its professional language such as Test ISA Qualifier: 14 Test ISA Sender ID: Test GS Sender ID: I am totally a beginner and would like to learn more about this topic Also, which…
Kim
  • 1
-1
votes
1 answer

How to process Hipaa-5010-837P-ClaimPayment in azure intregation account

I want to process below sample file in Azure logic app https://support.edifabric.com/hc/en-us/articles/360000369472-HIPAA-5010-837P-Professional-Claim Is it possible to process this?
Azure
  • 1
  • 1
-1
votes
2 answers

Parsing C# string representing a 'fixed-length' message with fields of different sizes

I have a fixed length string message in a that looks like this: "\0\0\0j\0\0\0\vT3A1111 2999BOSH 2100021 399APV 2100022 " This message is created from me reading a byte[] into a…
cd491415
  • 823
  • 2
  • 14
  • 33
-1
votes
2 answers

Where can I find EDI Specification Documents

I am working with several EDIs. Clients has given those EDI spcifications. But sometime I need to other EDI specification documents also. I can search and find them from google which are specifications of different companies. I want the original EDI…
Dipak
  • 1
  • 3
-1
votes
1 answer

XML schema in VS 2013 map to an 834 EDI. to a non looping segment

I have built an XML schema in VS 2013 and am attempting to map to an 834 EDI. My issue is, since my input file has numerous Clients (Sponsor - N1 - 1000A), EDI standards only allows max occur = 1. If i hardcode the value on the outbound EDI schema…
PVan
  • 1
  • 1
-1
votes
2 answers

How to generate 990 response EDI document

I have an EDI solution in BizTalk 2013 to store 204 EDI document in database. Users will see the details in a desktop application. Once they either accept or reject it I need to generate a 990 EDI response and send it to client. Any idea how to…
Kedar
  • 39
  • 3
-1
votes
1 answer

Difficulty conditionally mapping many to one to duplicate output node in EDI

I have a map where the data needs to map as follows: If RefValue2 exists, we push the value "LI" to field N901. If SerialValue exists, we push value "SE" to field N901. If either or both occur multiple times, we want a segment for each one…
TBAN
  • 1
  • 1
-1
votes
1 answer

How the edimap file has to look like? Smooks doesnt find any field

I am using Smooks 1.5 and trying to generate an XML File from the EDI-Message I tried also with the standard Plugin, which generates a lof of namespaces, which I couldn't process cause of FreeMaker Template-Engine. This example is without…
user1013443
  • 798
  • 1
  • 8
  • 17
-1
votes
1 answer

Strategy for starting up an EDI system

I am tasked with creating a system to receive X12 810 version 4010 invoices. I am currently creating a document that will resemble something like a mixture of these: Bisg 810 guide Random House Guide I intend to send this to the customer telling…
-1
votes
4 answers

EDI HIPAA X12 Developer tools

What are some develper tools other than Altova Mapforce for mapping HIPAA X12 such as the 837, 835, 277?
Rob Watkins
-2
votes
1 answer

How to differentiate XML transaction in Liaison Delta and ECS

Can you please some one help to with following scenario. I have 2 XML messages(ORDERS, SHIPRTN) are placing into SFTP location, using ECS i am picking and translating with Delta, but How do i differentiate both ORDERS and SHIPRTN and call the…
-2
votes
1 answer

Convert to Edi files of type RSP and FUL

Hi I'm looking for a way to genarate edi files of the types rsp, inv and ful now I'm looking at ediFabric and was wondering if this tool has the capabilities for it, i already noticed it can make invoice files but i need the other ones to. with kind…
-2
votes
2 answers

EDI edifabric x12 813 format sequence/arrangement issue

Unable to switch "Tax Information and Amount" and "Form Group". "Form Group" should come first: Following below are my functions for Form Group and TIA, on the EDI Guide Form Group first before TIA but upon generation TIA always comes first. …
1 2 3
33
34