I have XML files to import into Filemaker and I managed to create the XSLT file that works with Filemaker. I also have written a script that imports these XML files into my database. However, I can only get it to import with a "matching names" import order with "Add new records".
The "matching names" is fine but I'd like to "Update matching records in found set" with the "Add remaining data as new records" option. Is this possible or should I just get the XML into Filemaker in a "XML" table and then update records in a separate table?
I'm also storing my XSLT in a Filemaker global field and exporting the that field to create the XSLT file. It appears that Filemaker creates a UTF-16 file when it does this. That kind of surprised me. Am I looking at this wrong?