leighturner
Technical User
Take the following data as an example:
Field1 Field2 Field3
078 Rushden 1
I need to prefix field1 with a 01
Field2 needs to be a field length of 20 i.e. 20 spaces
Field3 needs to be prefixed with 10000 before the data starts.
End data to look like the following:
Field1 Field2 Field3
01078 Rushden************* 100001
(* = Spaces)
I will then be exporting the data to a .CSV file.
Regards,
Leigh
Leigh D Turner (BSc)