Jump to content

FileMaker2MySQL via XSLT


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

Recommended Posts

The following stysheet allows to insert FileMaker data into mysql. It creates the

apropriate data structure from FileMaker METADATA and the INSERT statements.

It does not, however, create the database itself, nor does it support container fields.

Of course, you have to be careful to avoid special characters in your field names

(no spaces, ".", ";", ",", "@" etc. allowed).

USAGE: on the mysql pc, execute

mysql databasename [-u<user[@host]>] [-p<password>] < output.sql

If you want to keep your existing table, comment out the "DROP TABLE" and CREATE TABLE

statements. This XSLT converts dates in M/d/yyyy (US) and d.M.yyyy (European) formats to

mysql internal date format. It is also implied that dateformat M/d/yyyy uses

US decimal separator "." and European dateformat uses ",". You may change that according

to your local date and number formats.

Enjoy.

mysql_create.xsl.zip

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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