importing complex XML data into multiple FileMaker tables

后端 未结 3 676
感动是毒
感动是毒 2021-01-26 10:13

I understand the basics of import to FileMaker (csv, xml) and I know a little about XSLT.

I have a data set containing lists that I need to import into FileMaker. There

3条回答
  •  感动是毒
    2021-01-26 10:40

    The import procedure is still as I described in my answer on the question you link to. You need an XSLT file to specify during import to transform your XML to FileMaker's schema. This is not very difficult with a simple source file, but still necessary.

提交回复
热议问题