Dave Sandburg Posted November 1, 2003 Posted November 1, 2003 This question has probably been answered before, but I recently imported records into FM and the data for each record was preceded and followed by quotation marks. I don't know why or the easiest way to get rid of the quotes. Apparently, the original DB required these quotes
Lee Smith Posted November 1, 2003 Posted November 1, 2003 You can get rid of them by using one of the two following methods (you can also script this): Use the New Find and Replace feature in version 6 (i.e. put your cursor in the offending field, go to the Menu - Edit - Find and Replace, put a " (quotient) in the Find box and nothing in the Replace, and then hit the Replace all). Since earlier version did *not* have this function, the old fashion way is to use the Replace function (i.e. put your cursor in the offending field, go to the Menu - Records - Replace (Cmd = on a Mac). Select the option Replace by calculated result, in the calculation box, choose the Substitute Function, the calculation should look like this Substitute(yourfield, """, "") Note One: (") are considered operators by FileMaker, so it takes more than two or three, so you may have to use four """" in the first set, the second set of just two is correct. Note: replace yourfield with the field that is your offending field. HTH Lee
CobaltSky Posted November 2, 2003 Posted November 2, 2003 Hello Dave, Attached is a sample file that I happened to have created recently for a client. It shows an example of a procedure for applying a scripted application of the 'Replace( )' command to remove quotes from imported data. Since it uses the Replace command rather than the 'Find and Replace' feature, it will work in versions of FileMaker from 5.0 and up (and could be replicated in .fp3 format if required). RemovingQuotes.zip
Dave Sandburg Posted November 2, 2003 Author Posted November 2, 2003 Thanks a lot guys for the response. Ray, it's nice to hear from you again. dave
Recommended Posts
This topic is 7693 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