J
Jason
Hi,
I've this description field which comes from a comma-separated file.
This file contains moneytransactions which can be imported into an
application.
The problem is the text in the description field. It contains the
accountnumber, transfercode and some remarks. However i've noticed that
there is a fixed patern which can be splitted. The first word of the
description field can be an accountnumber or transfercode. The accountnr
has at most 11 characters (numerical with dots) and the transfercode has
a variable length.
What i would like, is this:
- Seperate the accountnr/transfercode and place it in a new field. The
splitting should check if the accountnr has at most 11 characters or
if the descriptions begins with a word, get the whole word until a
space occur.
- everthing else may stay in the description field
Can someone help me on this?
I've this description field which comes from a comma-separated file.
This file contains moneytransactions which can be imported into an
application.
The problem is the text in the description field. It contains the
accountnumber, transfercode and some remarks. However i've noticed that
there is a fixed patern which can be splitted. The first word of the
description field can be an accountnumber or transfercode. The accountnr
has at most 11 characters (numerical with dots) and the transfercode has
a variable length.
What i would like, is this:
- Seperate the accountnr/transfercode and place it in a new field. The
splitting should check if the accountnr has at most 11 characters or
if the descriptions begins with a word, get the whole word until a
space occur.
- everthing else may stay in the description field
Can someone help me on this?