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.

Featured Replies

I am trying to do a straight import of a file into filemaker from a locked Oracle database. I am able to export data but it exports with a semi colon rather than a comma. When I try to import to Filemaker it only sees one big field not many. Is there a work around. I haven't worked with filemaker properly since version 5 so I might not realise the obvious.

Use a Text Editor that can do RegEx and Grep Pattern Find and Replace.

or

Open it in Excel and choose the semi colon as the delimiter.

HTH

Lee

  • Author

Thanks Lee. Is there any way to get Filemaker to do this? I would like to be able to do this on a regular basis, it would be great if I could script it.

Edited by Guest

Can you attach a copy of the Raw data file so that we can see what it looks like. If there is confidential data in it, you could work it over in a word processor and replace it with something generic as long as you don't change the basic structure of the raw data.

Lee

Thanks Lee. Is there any way to get Filemaker to do this? I would like to be able to do this on a regular basis, it would be great if I could script it.

Yes, you can script it in FileMaker. Write a script that does the following.

Import the data into one field.

Replace field contents to replace with a calculated result substituting the semicolons for commas.

Export the single field into a file using tab-delimited format.

Now the file should be in a suitable format to be read in using CSV.

There are many other ways of accomplishing this, and many are a lot more efficient, but this is pretty direct.

If the data in the CSV file isn't properly quoted, you may have trouble with commas present in the data being mistaken as a field delimiters.

Or import the data into a temp table (as one field), use calculation fields to split the line into individual fields, and import the result directly into the "real" table.

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.