Quick solution to create large searchable stock list online

Author Message

steve walker

Tuesday 20 September 2005 7:20:11 am

Hi there,

I was hoping someone might have an idea on approaching a request we've had from a client.

They are an electronics distributor. Consequently, while their product series is not that large (say 500), within a series they could have a 1000 variants. I think their stock list is about 5000ish items at present...

From their inhouse system, they can export a CSV file of stock name, number, and amount in stock. No price at the moment, so they aren't after ecommerce here.

What they want to do is to allow clients to search for stock on their website and get information back on amount in stock etc.

The most obvious solution would be to create an import script that grabs each line of the CSV file and imports it into a small stock class we could create, but:

- this would mean 1000's of data attributes in the backend, and
- from a previous project in which PaulF created an import script for jewellery stock items (about 300 items) we found PHP execute times wouldn't allow us to import the stock all in one go.

So, I wondered if anyone has a suggestion for importing a large about of CSV data into Ez in such a way that it can be searched on, is easy to upload by the client, and stays away from creating too much dbase overhead?

Any input would be greatly appreciated.

Regards, Steve.

http://www.oneworldmarket.co.uk

steve walker

Wednesday 21 September 2005 4:23:09 am

Any thoughts on this? Or is it something Ez is not well setup to do?

Steve.

http://www.oneworldmarket.co.uk

Gabriel Ambuehl

Wednesday 21 September 2005 4:56:24 am

Put the stuff in a real SQL table and write a small extension for it?

Visit http://triligon.org

steve walker

Wednesday 21 September 2005 10:44:20 am

Hi Gabriel,

That could work - except integrating the Ez search so it indexes the additional dbase table too could be tricky.

Ez can be a strange beast at times - its so powerful that it sometimes blasts itself past the normal things in life - like easily uploading a 3 column product list of 5000 items, which like you say could be created in a day with mysql and a few php forms.

Has noone had to deal with this sort of issue previously?

Steve.

http://www.oneworldmarket.co.uk

Gabriel Ambuehl

Wednesday 21 September 2005 11:56:55 am

You could of course have a system cronjob import the data using php-cli, that doesnt fall victim to run time limitations...

Visit http://triligon.org

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.