Jump to content
Server Maintenance This Week. ×

Import XML to file from container?


wattmhite

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

Recommended Posts

Hi All, Happy Sunday!

 

I'm trying to build a layout that contains 5 containers so my employees can drag and drop XML files into each container and then I can run a script to export those XML files and import them into my filemaker database.

I'm struggling to get the data exported from the containers and imported back.

 

What is the best way to do this? Export container via $path then import $path file?

Thank you so much in advance.

Link to comment
Share on other sites

21 hours ago, wattmhite said:

I'm trying to build a layout that contains 5 containers so my employees can drag and drop XML files into each container and then I can run a script to export those XML files and import them into my filemaker database.

I'm struggling to get the data exported from the containers and imported back.

 

What is the best way to do this? Export container via $path then import $path file?

With FM 14 and up, I believe, there may be another way that does not involve a round trip to the filesystem.

Create a text field and use base 64 functions to get at the text from the file in the container field. You can test by setting the text field to with this:

Base64Decode ( Base64Encode ( your_containter_field ))

This should work if your text files in the containers are not text encoded that might throw this off.

Hope this helps,
Mike

Link to comment
Share on other sites

But it's still a valid approach.  Not everyone is good at writing an XSLT to import the XML; some prefer to use the FM text parsing functions to get through the XML.  I've done both, depending on the complexity of the XML document.

Link to comment
Share on other sites

This topic is 2433 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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