Update a MySQL table to reflect additions and deletions made in a FileMaker table.
Compare a FileMaker table to a MySQL table. Mark rows in the MySQL table that have been deleted in the FileMaker table. Add rows that are missing in the MySQL table.
Variables
Credentials to use to access the FileMaker database.
Name of the FileMaker table to compare.
Column containing the primary key of the FileMaker table.
Replace the SQL Query used to select missing rows to copy from the FileMaker table.
Credentials to use to access the MySQL database.
Name, in schema.table format, of the MySQL table to compare.
Column containing the primary key of the MySQL table.
Name of the column in the MySQL table where a True value will be placed if the corresponding row has been deleted in the FileMaker table.
Name of the column in the MySQL table to use to determine when the row was last modified.
Number of months prior to the current datetime to include, based on the Updated Column value, when determining which rows to compare in the MySQL table.
Number of rows to compare at a time.