Questions tagged [dfdl]

DFDL is a language for describing text and binary data formats. It allows data to be read from its native format and be presented as an instance of an information set.

Data Format Description Language (DFDL) is a language for describing text and binary data formats. A DFDL description allows any text or binary data to be read from its native format and to be presented as an instance of an information set. DFDL also allows data to be taken from an instance of an information set and written out to its native format. DFDL achieves this by leveraging W3C XML Schema Definition Language (XSDL) 1.0. It is therefore very easy to use DFDL to convert text and binary data to a corresponding XML document.

Source: OGF Standards: Data Format Description Language (DFDL)

27 questions
0
votes
1 answer

Delimiter for CSV file in IIB

I am developing an integration in IIB and one of the requirements for output (multiple CSV files) is a comma delimiter instead of semicollon. Semicolon is is on the input. Im using two mapping nodes to produce separate files from one input, but…
Jakub Sluka
  • 123
  • 1
  • 14
0
votes
1 answer

Parsing input with with DFDL in one line

I have a data set of MT940 message C 180731 LKR 50000,00 I want this to displayed as with a XSD. Can someone help me with XSD. C180731LKR50000,00
0
votes
0 answers

WSDL to fixed text conversion is not padding character in IIB?

I have a requirement in which conversion of xml to text which is fixed. The DFDL Test Serialize model is padding character if length is less than specified length of field. When running flow after mapping padding character is not showing. If in xml…
0
votes
1 answer

Breaking out of loop in DFDL

I am trying to convert a FLAT file to XML using DFDL. It has following format: Each element is 5 byte.All are in same line but i am separating them to avoid confusion. I will address element by first letter in them. 0AAAA 81AAA eeeee qqqqq …
Rishabh
  • 43
  • 10
0
votes
1 answer

Looping in DFDL

I am trying to convert a rally complex fixed length file into XML using DFDL and Daffodil. Each line will be responsible for one element and first element of each line will tell me what kind of element it will be. It can be Parent A or Parent B or…
Rishabh
  • 43
  • 10
0
votes
0 answers

DFDL Parser-IIB(IBM INtegration Bus)

I have a dfdl configured for HTTPInput node which receives data from HTTP POST. I get the data in encoded format. ex: %2412%2C843.40 10%2F01%2F2014 The equivalent values are $12,843.40 and 10/01/2014 Is there…
krishna movva
  • 49
  • 2
  • 12
0
votes
1 answer

XML TO CSV USING MAPPING NODE

is it possible to convert xml data to csv using DFDL with MAPPING NODE
sunitha
  • 1
  • 1
0
votes
1 answer

DFDL Parsing for x9.2 specification message

Hi I have a requirement which is like: There is x9.2 specification message e.g. Header format for 97xx message Data Item Field Name Attribute 006 MSG.TYPE 4 N 001 MSG.FROM 6 CHR 015 MSG.REPLY 1…
kmanu
  • 44
  • 9
0
votes
1 answer

Parsing input file with DFDL page by page

I have a very simple row based document in which each row comprises a record. I want to have a DFDL that parses it into chunks that contains fixed number of rows(say, for example 3 records at each chunk). Original…
Alpay
  • 1,350
  • 2
  • 24
  • 56
0
votes
1 answer

Java parsing DFDL file as opposed XML files

Is there any standard way to pare a DFDL file using Java. Currently we have a Java program which uses XML files. Now we also want to be able to parse DFDL files. Is there anyway to this in Java? Is there any way to do this with the DFDL and no…
user3470688
  • 539
  • 6
  • 21
0
votes
2 answers

How can I create an unordered list in DFDL?

The current implementations of Data Format Description Language (DFDL) v 1.0 do not support unordered lists. Is there a workaround?
james.garriss
  • 12,959
  • 7
  • 83
  • 96
-1
votes
1 answer

GETTING SERIALIZING ERROR WHILE ASSIGNING VALUE TO THE DFDL PARSER IN ESQL

Getting Serializing error IIB 9 and Websphere MQ I have a sample message flow. with MQInput node, Compute node, Mqoutput node and using DFDL. I have a dfdl with one mandatory segment and other 3 are non mandatory segments. in non mandatory segments…
user1673787
  • 65
  • 1
  • 2
  • 8
1
2