1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Progress ABL - strip and add to temp table

Discussão em 'StackOverflow' iniciado por fdantas, Dezembro 31, 2014.

  1. fdantas

    fdantas Administrator Moderador

    I'm coming from a Java/.NET background and trying to learn ABL but the difference in structure and the limited information on the internet is making it hard. What I want to do is import data from a text file which is in the following format:

    john smith 52 ceo ...

    line by line, and take the different parts based on the position of the character. For example, positions 1-10 are for the first name, 10-20 second name and so on... Do I have to use entry for that? If so can someone more experienced give an example how to do it cause I'm quite confused. Then I need to add a record for each line to a temp-table I have created called tt-employee. How do I go about doing that?

    I apologise if my question is a bit vague but as I said, I am new to this so I'm still figuring things out. Thank you!

    Continue reading...

Compartilhe esta Página