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.

Import unnormalized data into normalized tables

Featured Replies

I have a file of orders to import into the Invoices and LineItems tables of a FM database. Each record in the orders file contains both a line item and the customer's shipping information. Obviously, the shipping information belongs in Invoices and the line item belongs in LineItems.

Right now I use two Import passes - one to add records to Invoices, and one to add records to LineItems - and finally I remove the duplicate Invoice records.

Is there a better approach? One that eliminates the addition - and subsequent removal - of redundant Invoice records? (Better yet, a single-pass solution.)

Thank you,

Chap

Edited by Guest

You might find inspiration in this template of mine:

http://www.filemakerpros.com/Splitting.sit

--sd

  • Author

Yes... used a two-pass import.

Use a flat FM table ("flatfile") to copy the external file into. Means we only have to ask user ONCE where the input file is. :

Then import once from flatfile into LineItems; remove duplicates from flatfile based on OrderNo (which is kindly provided by the external file); import flatfile again, this time to Invoices.

Thanks!

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.