tryphe Posted October 4, 2004 Posted October 4, 2004 I am trying to import data as a .csv and it is coming in with extra spaces in some of the fields. Is there a way int he import script or another script or calculation to have it delete unnecessary spaces in all the records? Thanks
QuinTech Posted October 4, 2004 Posted October 4, 2004 Hi tryphe, the Trim and Substitute functions should help you out. Trim removes leading and trailing spaces, and you can use Substitute to substitute one space for two, or one space for three, or whatever number you are encountering. HTH, Jerry
tryphe Posted October 4, 2004 Author Posted October 4, 2004 Thank you the Trim function worked like a charm I didn't know that is what it did I am still figuring out all the new stuff on FM 7
Recommended Posts
This topic is 7355 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now