Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I am updating a database from filemaker 5 to 8.5. In the prior version I use TCPit to import sales records from our website directly into filemaker.

TCPit does not work with the new intel macs (yet). Any other suggestions?

Thank you.

Posted

Using a web viewer to bring in the data would be one option. Other plugins you could use would include the smartpill PHP plugin, which I believe is intel mac compatible.

Posted

I'm not sure I understand. The data is on our website as a delimited text file. My goal is to import the file and parse the data. How can I use the web browser to accomplish?

Unfortunatly, the file is not XML compatible.

Posted

You would point your web viewer to the URL of the file. Then grab the content (of the entire file) using GetLayoutObjectAttribute(), and parse it out to individual records/fields.

If AppleScript is an option, you could use that to download the file, then import it into Filemaker - that would save the need for parsing.

Posted

OK, I like the idea of using the webviewer to capture the file. I can assign the ftp address to get to the data, how do I structure the GetLayoutObjectAttribute to return data? My calculation, GetLayoutObjectAttribute("webdatafiles";"content") where webdatafiles is the name of the web viewer, did not return anything.

Thank you

Posted

Most interesting. It appears you cannot get the content of a text file. It sort of makes sense, because in Safari the option of View Source is grayed out, too. So it's not a Filemaker issue, I think.

Posted

what if you rename the files with the .html extension? They will display poorly in a browser, but then you should be able to get the content.

This topic is 6413 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.