Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
KhalilAmk
Contributor
Contributor

Swift file to CSV file

Hello can you help me to transform a swift file to a ".csv" file.

I use a tjavaflex for transformation but it is not a good solution.

Labels (2)
3 Replies
Anonymous
Not applicable

Hello,

Talend Data Mapper (TDM) can help you work with complex hierarchical data,for example, nested or looping structures. This product lets you define and execute transformations (called maps) between data records or documents. The input and output structures can be defined manually or imported from a variety of formats (such as XML, SWIFT, COBOL, CSV, EDI, XLS, MySQL databases).

Best regards

Sabrina

KhalilAmk
Contributor
Contributor
Author

I use the free edition of talend.

The component doesnt exist.

now i wont to use the component com.prowidesoftware.swift.model.mt.mt9xx.MT940

 

But there is an error when i compile :

Exception in thread "main" java.lang.NoClassDefFoundError: com/prowidesoftware/swift/model/mt/mt9xx/MT940

at routines.DecimalFormatLds.getfieldMt(DecimalFormatLds.java:42)

at 

 

 

Anonymous
Not applicable

Hello,

The problem is that the required Java class cannot be found.

Which components are you using? Is it a custom swift component?

Best regards

Sabrina