× 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.



I have done this in the past using a simple string tokenizer. I would be
happy to send you the software.

STGF_Tokenize(OneRecord:
'|' :
cTrue ); // Trim blanks

Select;
When STGF_GetToken(1) = 'TD5';
WriteTD5();
When STGF_GetToken(1) = 'N1';
WriteN1();

etc
On Tue, May 10, 2011 at 8:53 AM, Mike Wills <mike@xxxxxxxxxxxx> wrote:

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.



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.