M
Maria
I dowlnload a file from a mainframe and it looks like this:
Dept Code
001234 1567 Balance Forward
9274 2567 Balance Forward from prior years
I need to parse the data so it will look like this:
001234 1567 Balance Forward
9274 2567 Balance Forward from prior years
If I use Data/Text to Column/Delimited and Space then it would break the
"1567 Balance Forward etc..." to too many fields (sometimes it can be up
to 10 fields). However, this way I can't move the break line to wherever
I want.
If I use Data/Text to Column/Fixed width then I can move the break line but
it will not parse the dept correctly (it cut 001234 to different parts).
Is there a way can I used delimited and space and can move the break line
too?
Thanks.
Maria
Dept Code
001234 1567 Balance Forward
9274 2567 Balance Forward from prior years
I need to parse the data so it will look like this:
001234 1567 Balance Forward
9274 2567 Balance Forward from prior years
If I use Data/Text to Column/Delimited and Space then it would break the
"1567 Balance Forward etc..." to too many fields (sometimes it can be up
to 10 fields). However, this way I can't move the break line to wherever
I want.
If I use Data/Text to Column/Fixed width then I can move the break line but
it will not parse the dept correctly (it cut 001234 to different parts).
Is there a way can I used delimited and space and can move the break line
too?
Thanks.
Maria