C
Chris
Is there a simple method of converting a file received in one format into
another on a regular basis (ie every month)?
For example:
File 1 has data in columns A to G:
Emp ID
Employee
birth_date
Account #
Total
Vol
Total
I need to convert this into file 2 with columns A to F where the "Employee"
column in file 1 needs to be split into SURNAME and FIRST NAME and appear in
the following format:
MEMBER ID
SURNAME
FIRST NAME
TOTAL
VOL
D.O.B
Any ideas greatly appreciated.
another on a regular basis (ie every month)?
For example:
File 1 has data in columns A to G:
Emp ID
Employee
birth_date
Account #
Total
Vol
Total
I need to convert this into file 2 with columns A to F where the "Employee"
column in file 1 needs to be split into SURNAME and FIRST NAME and appear in
the following format:
MEMBER ID
SURNAME
FIRST NAME
TOTAL
VOL
D.O.B
Any ideas greatly appreciated.