Jackie Z. Posted February 12, 2014 Posted February 12, 2014 I have a field in my database in which job applicants paste the text from their resumes. It often comes through with random line breaks that I'd like to clean up. (see attached) Â This isn't white space or carriage returns. Maybe it's a text wrap issue? Anyone have a function I could try? Thanks!Â
David Nelson Posted February 12, 2014 Posted February 12, 2014 TextFormatRemove(Self) After your fields are clean, you can then use this as an auto-enter. Be sure to uncheck Do Not Replace Existing Value.
comment Posted February 12, 2014 Posted February 12, 2014 This isn't white space or carriage returns. Well, it does look like white space. Could you do the following? Right-click into the field and select Export Field Contents... Zip the resulting file (before you open it with any other application) and post it here. TextFormatRemove(Self) This will remove formatting from the existing text - not modify the text itself (remove unwanted characters).
Jackie Z. Posted February 12, 2014 Author Posted February 12, 2014 Here is the zipped file. Thank you. field contents.zip
comment Posted February 12, 2014 Posted February 12, 2014 What I see is just plain carriage returns entered after the two "and" words by someone who thinks they need to break the lines manually (there's something you wouldn't expect to discover from a resumé, isn't it?). If you make your field a bit wider, it will straighten itself out. Otherwise you'd just need to remove them manually, since there's no way to tell them apart from legitimate paragraph breaks.
Recommended Posts
This topic is 4190 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