Questions tagged [tradacoms]

Tradacoms is an early standard for EDI (Electronic Data Interchange) primarily used in the UK retail sector. It was introduced in 1982 as an implementation of the UN/GTDI syntax, one of the precursors of EDIFACT, and was maintained and extended by the UK Article Numbering Association (now called GS1 UK).

Tradacoms is an early standard for EDI (Electronic Data Interchange) primarily used in the UK retail sector. It was introduced in 1982 as an implementation of the UN/GTDI syntax, one of the precursors of EDIFACT, and was maintained and extended by the UK Article Numbering Association (now called GS1 UK).

The standard is obsolescent since development of it effectively ceased in 1995 in favour of the EDIFACT EANCOM subsets. Despite this it has proved durable and the majority of the retail EDI traffic in the UK still uses it.

More information in Wikipedia for further reference.

Bots is open source EDI software that handles Tradacoms.

6 questions
2
votes
2 answers

TRADACOMS invoice help (EDI Invoice)

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…
Coder
  • 31
  • 5
1
vote
1 answer

TRADACOMS Utility Bill File - Message Specification

I am looking for a message definition document for a TRADACOMS UTLHDR message (Utility Bill File, version 3). Context: Need to setup an ETL process involving generation of UTLHDR message but I am missing the message definition document needed to…
Fred
  • 28
  • 2
0
votes
1 answer

Does the EDI Tradacoms standard provide a test flag?

I'm currently looking into coding a B2B/EDI integration, using the TRADACOMS standard, for integration with a UK-based company. I have lots of experience with EDIFACT, however TRADACOMS is very new to me. In EDIFACT (EU-based) there is something…
zurebe-pieter
  • 3,246
  • 21
  • 38
0
votes
0 answers

EDI Tradacoms message format tables

Various EDI definition documents have tables with the following headers: SEGMENT, DATA ELEMENT, M/C, F/V, PICTURE, REMARKS I have two questions: 1. PICTURE appears to define the required format, is the term picture a reference to a specific…
Andrew
  • 1,179
  • 8
  • 15
0
votes
1 answer

Altova Horizontal Split

I am trying to split a repeated string in Tradacoms Edi file. I have a line as below DNC+14+1+1++268:2758005:268:2758006 I would like to split this based on the code : 268. So I should be getting 2 rows (2758005, 2758006) I am using rtex filter to…
Alan B
  • 2,219
  • 4
  • 32
  • 62
0
votes
0 answers

Tradacoms integration with Mule

Hi for a B2B integration scenario we are trying to use Mulesoft. Found out that Mulesoft doesn't support Tradacoms which is an old EDI format. Wanted to know if there are any 3rd party application or plugins that will help me do it. Regards Krishna