Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4324 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi All

 

I need a bit of help. I've developed a database for a motion picture rental company I work for which allows staff to track the Quality Control progress of filters that come back from gigs. The rental software they use (Oracle) uses a separate system in which we export an excel spreadsheet with the required data once a week, and import the data to the correct table in filemaker. Problem is, sometimes irrelevant records are imported, such as filter trays, filter rings, etc, rather than just the filter itself. Instead of manually removing these stray records from thousands of imported records on a weekly basis, is there a script or command I can run that will search (for example) trays, rings, etc, and remove them from the table? This will save a lot of time!

 

Thanks for any help.

Posted

Simple manual method - get a layout with the relevant field on it, search for "ring" and should find all records with "ring" in the field. Make sure that really are not required and Delete Found Records...

 

Repeat for variations.

 

If you are *really* sure that you will never want a record with "ring" in it, then you can write a script that does this automatically...

Posted

I usually create an "importer" that puts the new records into a temporary table (often a separate file) and processes them. Once checked, then import into the main table.

  • Like 1

This topic is 4324 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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