-
Hi,
I've produced a TRADACOMS 9 Invoice interchange. I'm wondering what's the best way to share it with the community (given its a dull task doing the mapping!).
```csharp
public class Int…
-
Hi, I am a NOOB when it comes to EDI files and so far I have 1.5 weeks of experience!
In a TradaComs file the vendor seems to think its ok to have `=` in the Tariff Description below
`CCD=13+4+:…
-
Hi @cleftheris,
I've followed the tutorial to serialize/deserialize, using the provided sample file "tradacoms.utilitybill.edi". Deserializing that file provides me a POCO wherein the VatRateCateg…
-
**Description:**
Add Tradacoms EDI schema conversion support to the Ballerina EDI Tool.
**Describe your task(s)**
We need to enhance the Ballerina EDI Tool by adding support for Tradacoms EDI sch…
-
Hi,
sorry, but i can't get my head around the path addressing. As an example here is a UNB Segment.
`UNB+UNOC:3+109910000+999999999+240315:1342+00384++AO05Q224ke0'`
As far as i understand i …
raisr updated
5 months ago
-
Hi there,
Is it possible to construct interchange and message objects along the following lines:
```csharp
public class Interchange {
public MessageBase Message {get;set;}
}
public abstr…
-
**Describe the bug**
Im trying to read a third party edifact file. While calling reader.next() the following error occurs:
```
io.xlate.edi.internal.stream.tokenization.EDIException: EDIE003 - In…
-
Electronic data interchange(EDI) enables paperless and automatic electronic communications between businesses by providing both standardized data structures and a defined data interchange process. Dev…
-
Hi
According to your docs this library only supports X12 and EDIFACT. Are there any plans to add additional support for other standards like TRADACOMS for example?
Thanks
-
e.g. `[EdiValue("9(5)", Path = "GID/0/0")]` with value 5 serializes to 00005 . Is there anyway to serialize without zeroes at the beginning?