× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



@mark,

to be frank - NO

doing the technical mapping between formats to inhouse files is not the
problem, it is the
understandig and agreeing how data should be understood between systems that
is the
real problem

On Tue, May 10, 2011 at 9:28 PM, Mark Murphy/STAR BASE Consulting Inc. <
mmurphy@xxxxxxxxxxxxxxx> wrote:

Wow, you want to roll your own EDI mapper? It would be easier, and cost
your company a lot less over time just to purchase one. There are quite a
few that should fit the bill. As you are probably well aware, there are a
whole boat load of 'standard' message types. I say 'standard' because,
unless you are large enough to set your own standards, each trading partner
is going to send a different set of segments with different looping
requirements for the same EDI message.

Once you start doing EDI with one trading partner, you will invariably be
requested to do it with another, and it will be different.

In any case I wouldn't want to convert from CSV to another format just to
load it into a data structure. You are going to have to do just as much
work getting it from XML into the data structure as you would have to for
CSV. And XML is a far more inefficient format than CSV. That is with CSV
about 90% of the string is going to be data, and the rest is commas. With
XML about 15-20% of the string will be data and the rest is XML markup.

Mark Murphy
STAR BASE Consulting, Inc.
mmurphy@xxxxxxxxxxxxxxx

-----rpg400-l-bounces@xxxxxxxxxxxx wrote: -----
To: "RPG programming on the IBM i / System i" <rpg400-l@xxxxxxxxxxxx>
From: Mike Wills
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
Date: 05/10/2011 11:00AM
Subject: Re: Translating CSV to Data Structure (or iterating through a data
structure)

It's an EDI document.

...
TD5||||||||||||G2
N1|ST| |15|1691902
PO1|1|2|UN|||EN|9781599610528
IT8|O
PO1|2|2|UN|||EN|9781591976295
IT8|O
...

I have just started on the project. So I honestly don't have much code
written yet. I just started to define some data structures for holding
each line type. I had a thought that there has to be a way for me to
save a ton of eval statements.

--

Mike Wills
http://mikewills.me



On Tue, May 10, 2011 at 9:22 AM, Mark S. Waterbury
<mark.s.waterbury@xxxxxxxxxxxxx> wrote:
Hi, Mike:

Perhaps you could post an example of the layout or definition of your
data structure, and a sample of the CSV document ...?

(Code can be posted to code.midrange.com and then post the generated
link to it, in your reply to the list.)

You could use "dummy" field names in the data structure and "dummy data"
in the sample CSV file, in case there is any "proprietary" information
that you do not wish to reveal to "the general public".

HTH,

Mark S. Waterbury

> On 5/10/2011 9:43 AM, Mike Wills wrote:
I have a document I need to parse where each row is a different
format. The document is pipe "|" delimited. Is is possible to write a
more generic subprocedure to take each row and a data structure and
fill in the data structure? What I am thinking is iterating through
each field in the data structure and filling it with the corresponding
field from the CSV line that I parse. Is this even possible?

--
Mike Wills
http://mikewills.me
--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.


--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.

--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.