Introduction to Data Export/Import System
 
Introduction:
Data feed service is a collection of contributions to allow you to updated your products and categories data remotely, and send that data to data listing services. It uses a number of contributions that have been modified to work better with small, medium, and large stores.
Goals:
The typical store owner never needs to edit a code or define file directly.The store owner does not need a lot of support on how to use program.Combines the functions of moving data in and out of store is in one area. Make it flexable enough for small, medium and large store to use program effectivly. Move program files closer to OSC/Cre Loaded standerds for look and feel, and codeing.
Parts of Data Feed Service:
Easy Populate Advance enhanced by Tom O'Neill
Easy Populate Basic enhanced by Tom O'Neill
Google Base data feed : Calvin K
Salemaker for Google Base feed: by Marcel van Lieshout
Admin for Data Feed : Tom O'Neill

Easy Populate: This is used to update product and category data, it allows you to updated data remotely on your local computer and upload to the data to your on line store.

  • Easy Populate Advance
    Easy Populate Advance uses products_id instead of products_model to tie the rows in the Import/Export file to your database. This is significate since you now can delete items, asigning products to multiple categories, refine export files to select records you need to edit/update There also has been asignificant speed and record handling capibilities added to both Advance and Basic version. The numbers below are from recent test done, previously Easy populate could only handle 300 to 400 records max.
  • Easy Populate Basic
    Easy Populate basuc is for back ward compatiblity with EP 2.XX version of Easy populate. This is because EP used modle numbers to tie you file back to the database. Where in the advance version it used product_id.
  • Increase in speed and record handling
    • Using only stock products
      export EPB ~ 32 records 0.173231 seconds file size 26kb
      import EPB ~32 records 1.844497 seconds file size 26kb
      export EPA~ 32 records 0.790210 seconds file size 26kb
      import EPA~ 32 records 1.759426 seconds file size 26kb
    • Using 2033 products in a single file
      import EPA 89.927511 second or 1 minute 30 sec file size 2.800 KB
      import EPB 456.582260 second or 7 minutes and 36 sec file size 3,423 KB
    • Deleting products:2033 products added
      delete EPA 68.877599 seconds File size was 2,875 KB
      EPB cannot delete records.
Data Feed: Data feed takes the data with in your catalog and prepares it for submission to a feed service and send it to the feed service either automaticly or manualy if you need on completion of building the feed.
For EP Set Up: The setup information for Easy Populate is stored in admin/epconfigure.php. This configuration is for both Easy Populate Basic and Easy Populate Advance.
For Data Feeds Setp Up: To set up this modules data feed service, Review the 7 steps to your first feed. It outlines what steps you need to take to do a feed. It will take you through the configuration process to the uploading and checking of the feed.
Error and Staus Messages
All messages except the result of an import will apear near the top of the for, Blue background is for normal messages, red back ground for errors.
Import Result
The Import result will now apear below the admin screen
Help while using the Admin Screens
You will notice a through out the admin screens This is individual help for each setting or imput you could use. It will display a popup window with help.