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.

Data pipes instead of tabs/commas

Featured Replies

  • Newbies

I was wondering if anyone had a simple solution (within Filemaker) rather than using Excel to bring in a text file that is delimited by the data pipe (|) character. I'm using a CGI to process form data (MformsPro) on my website, with frequent imports of new data. Mforms produces text files this way, and currently I'm finding and replacing the pipe in BBEdit, or using Excel to do this. I'd like to eliminate the extra step if possible.

Thanks!

Import as tab delimited. Everything will come into a single field including the pipe delimiters. Call this field "Rawtext".

Have a calculation field called "ReformattedText" with the following formula:

ReformattedText = Substitute(RawText,"|",gTab)

where gTab is a global field that contains a Tab character.

Now export the database as tab delimited with ReformattedText as the only field in the export order.

Finally, re-import this file as tab delimited into the fields that you want.

There are more efficient (but more complicated) ways to do this, but this can be done with fairly simple script steps.

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.