trimming data and splitting into columns for csv
Hi,
I am pretty new to CF but usually work with php. I am helping out with a site to create a csv export of records. I am able to export csv no problem. This file is provided to a third party that requested this format.
I need to take a field that contains this data :
EDUDIRECT or
EDUINDIRECT
and others
and strip the first three chars and place it in one column and take the rest and place it in another column. Is there a CF function or command that will allow me to do this?
We will always pull the first 3 off and the remainder goes elsewhere.
Col1 Col2
EDU DIRECT
Thanks for your help.
