wattmhite Posted December 28, 2016 Posted December 28, 2016 I'm trying to export my records data in a specific XML format. What is the best way to do this, configure a layout in the way I would like the data exported or? Please see pictures - thanks!
comment Posted December 28, 2016 Posted December 28, 2016 (edited) You need an XSLT stylesheet that will transform the export from one of Filemaker's XML grammars (either FPMXMLRESULT or FMPDSORESULT) to the target XML schema. This transformation happens during the export. The layout has very little to do this, except for the option to format some exported fields (e.g. dates or numbers) the way they are formatted on the layout. I am afraid that without seeing how your database fields map to the target XML there's not much more than can be said. There are numerous examples of XSLT stylesheets posted here - mostly by Fenton and by me. See also: http://www.filemaker.com/help/15/fmp/en/#page/FMP_Help%2Fxml-format.html%23 Edited December 28, 2016 by comment
ggt667 Posted January 1, 2017 Posted January 1, 2017 (edited) @wattmhite if you are on a mac http://xmplifyapp.com may or may not ease the work of making an XSLT aka stylesheet that @comment proposes you make. It works fine for 14 days without a license. I also do recommend you make 1 XML export from FileMaker with sample data and test your XSLT using xsltproc in iTerm2.app or Terminal.app I have built integrations between FileMaker and several formats( most of them using XML, ) feel free to PM. Edited January 1, 2017 by ggt667
Recommended Posts
This topic is 2893 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now