Update a MySQL table to reflect additions, updates and deletions made in a FileMaker table.
Compare data in a FileMaker table to data in a MySQL table. New and updated lines in the FileMaker table will be copied to the MySQL table. Lines that have been deleted from the FileMaker table will be marked in the MySQL table.
Variables
Credentials to use to access FileMaker via JDBC.
FileMaker table name, in schema.table format.
SQL Query to select the data to replicate.
Parameters to use in your SQL Query, if any. Refer to slide out help for more information.
Column containing the primary key in the row.
Column containing the last modified date of the row.
Credentials to use to access the MySQL database.
MySQL table name, in schema.table format.
SQL Query to select the data to compare.
Column containing the primary key in the row.
Column containing the last modified date of the row.
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.
Shared Config containing mappings between FileMaker column names and MySQL column names.
Integer where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.
Amount to adjust the Next Run Start Point.
SQL Query to execute against the FileMaker table to determine the end point of the data to process.
This Task will process data in increments. Set a value in this field to determine the size of each increment.