[progress Communities] [progress Openedge Abl] Forum Post: Parsing Multiple Things

  • Thread starter Thread starter hermes
  • Start date Start date
Status
Not open for further replies.
H

hermes

Guest
I have a program that takes in a delimited file then gets the Head then gets the item. The problem is when there are many different items it only gets the very last item and populates the db with that one item only and not each one that will begin on each "item" row. WHEN "item" THEN DO: RUN getitem. END. the item is taken from the file and put in a temp table temp_line.item = TRIM(position[03]) the the field is written with the value my_rcv_ln.ITEM = string(temp_line.item) how can this increment with each item there can be many?

Continue reading...
 
Status
Not open for further replies.
Back
Top