While building a FMP->MySQL PHP script, I've discovered that my FM database has some incorrectly formatted numbers.
As I am inserting to a DECIMAL(30,2) field, MySQL is choking on double decimal point input, "2..25" or "0..15"
I want to identify and correct all of the screwed up data, but can't figure out how to isolate them. I tried to do a find for the following values and the all turned up "no records found:"
..
".."
==..
=..
*..*
..
What find criteria should I be using to find these screwed up records?