File Layouts - Trim feature
I have a date field that might have spaces around it in the input file. I tried setting the trim option on the field but it didn't appear to work. I can only read the date accurately if I eliminate the spaces before and after the date in the file.
My work around is to read the field as character and trim the spaces in PeopleCode but should I have to do that?
thanks,
Robin Frasier