- Posts: 4
Converting Swedish Payment files from XML to flat txt files
- Per-Olof Hermansson
- Topic Author
- Offline
- User
Less
More
1 year 7 months ago #3688
by Per-Olof Hermansson
Converting Swedish Payment files from XML to flat txt files was created by Per-Olof Hermansson
Hi
The Swedish banking system is changing from traditional flat files to XML files. The system we use imports flat files, and has no functions to interpret XML files,
I enclose an example of a XML file, which we need to interpret and modify to fit the old flat file layout,
There are several types of file, not certain at this stage which is the one to use...
I also include a XSD-file that I got from the bank, if that helps,
best regards,
Per-Olof
The Swedish banking system is changing from traditional flat files to XML files. The system we use imports flat files, and has no functions to interpret XML files,
I enclose an example of a XML file, which we need to interpret and modify to fit the old flat file layout,
There are several types of file, not certain at this stage which is the one to use...
I also include a XSD-file that I got from the bank, if that helps,
best regards,
Per-Olof
Please Log in or Create an account to join the conversation.
- Per-Olof Hermansson
- Topic Author
- Offline
- User
Less
More
- Posts: 4
1 year 7 months ago #3689
by Per-Olof Hermansson
Replied by Per-Olof Hermansson on topic Converting Swedish Payment files from XML to flat txt files
not sure the files where attached, I will try again,
Attachments:
Please Log in or Create an account to join the conversation.
- FlowHeater-Team
- Offline
- Admin
1 year 7 months ago #3690
by FlowHeater-Team
Best wishes
Robert Stark
Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Replied by FlowHeater-Team on topic Converting Swedish Payment files from XML to flat txt files
Hi Per-Olof,
XML is a tricky and complex format. For your purpose you have to split the read into separate processing steps. I´ve created a simple example for you, please have a look to the attachment.
In the First step you read the XML header data. In the next step you read the details and so on.
Please note: This works as long in your XML file just one “Notification” appears and all data refers to this one.
XML is a tricky and complex format. For your purpose you have to split the read into separate processing steps. I´ve created a simple example for you, please have a look to the attachment.
In the First step you read the XML header data. In the next step you read the details and so on.
Please note: This works as long in your XML file just one “Notification” appears and all data refers to this one.
Best wishes
Robert Stark
Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Please Log in or Create an account to join the conversation.
- Per-Olof Hermansson
- Topic Author
- Offline
- User
Less
More
- Posts: 4
1 year 7 months ago #3691
by Per-Olof Hermansson
Replied by Per-Olof Hermansson on topic Converting Swedish Payment files from XML to flat txt files
Thanks,
I have a year to solve it, since they are changing to the new format in early 2024!
best
Per-Olof
I have a year to solve it, since they are changing to the new format in early 2024!
best
Per-Olof
Please Log in or Create an account to join the conversation.
Time to create page: 0.270 seconds