cbsteven Posted November 18, 2002 Posted November 18, 2002 My database is designed to hold orders that customers place over our website. To get an order from the website into the DB, I have to download a specific web page and do a lot of text parsing to get it into the fields. I recently bought the Troi URL plugin to help me do this, and it lets me download the page, and from there I use the built in functions to do the parsing. However, I find that only orders with less than 14 line items will fit into the required 64,000 text limit, and since Troi downloads URLs to a text field, It too is limited by this. However we have had orders in the past with up to 30 line items (about 90k characters) The best solution I can come up with is to use Applescript to download the web page and copy it into several fields and go from there, but I was wondering if anyone has anything more slick they can suggest. Thanks!
Anatoli Posted November 19, 2002 Posted November 19, 2002 Why not to use CDML and Custom Web Publishing and serve customers with dynamically created web pages?
cbsteven Posted November 19, 2002 Author Posted November 19, 2002 That is not an option for now. Our site is provided by a third party, because they can provide a live-inventory 15,000 item catalog which is based on the inventory of our wholesaler. We have no access to the backend of the database, i can only grab things via the web.
djgogi Posted November 19, 2002 Posted November 19, 2002 If you'are using FM 6 than the answer is simple: Use XMl import after applying xslt (iow, after parsing the page). Dj
Recommended Posts
This topic is 8380 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