Easy CSV file handling for Integration Server

Defining the data structure for CSV file handling can be painful. This package for webMethods Integration Server will make your life a lot easier.

The webMethods Integration Server comes with powerful parser for flat files. It can deal with all sorts of formats, in particular EDI but also SWIFT. This flexibility comes with a bit of a price when you simply need to process a CSV file. For each field you need to specify the name and its relative position. This is tedious and, once you reach a certain number of fields, also error-prone.

But there is now a solution for you. The JT_FlatFile package from JahnTech automates that work. It parses the first line of your CSV file and creates all necessary definitions for the WmFlatFile package from it. And the best thing is that you not only save a lot of time during the initial work. But whenever something changes over the course of your project, you can re-create everything in seconds.

For a quick demo (incl. installation) please watch the video below.

If you need additional functionality, please open an issue in GitHub or drop me an email.

If you want me to write about other aspects of this topic, please leave a comment or send an email to info@jahntech.com. The same applies if you want to talk how we at JahnTech can help you with your project.

© 2024, 2025 by JahnTech GmbH and/or Christoph Jahn. No unauthorized use or distribution permitted.

Share:

Facebook
Twitter
Pinterest
LinkedIn

Leave a Reply

Your email address will not be published. Required fields are marked *

On Key

Related Posts

Running MSR outside Service Designer

If you want to run the the webMethods Microservices Runtime that comes with Service Designer separately, you can do that. But the start script for Linux and macOS contains an error. It is easy to fix and here are the details.

Tips for job seekers

The IT job market is not a cozy place right now. To help people find their new job, I put together this list of recommendations. While originally targeted for webMethods, much of it is also applicable for other roles.

webMethods and AS/400

The IBM AS/400 midrange system is a fascinating piece of technology. But it does quite a few things differently than PC-based servers. So be prepared to run into a few challenges when working with it for the first time. Here is my story from a really interesting project.

How to give a presentation

Giving a presentation is vital not only in business but many situations in life. In essence it is about conveying some content in an effective way. Here are a few basic points that will help you.

Unique IDs in programming

A core aspect of almost all IT systems is the ability to identify a single transaction, customer, etc. So you need an ID that is guaranteed to only exist once. With distributed systems and large amounts of data, that is easier said than done.