Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Quotes on imported records

Featured Replies

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

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

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

  • Author

Thanks a lot guys for the response. Ray, it's nice to hear from you again.

dave

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.