Archive

Posts Tagged ‘csv import’

WordPress User Csv Import

November 7th, 2011 Comments off

I need a user CSV Importer and indeed for WordPress. I want there, but import by importing only the user name and password, indicate no more than two matters have to!

Magento Csv Import

January 28th, 2010 Comments off

Hi,

I need a csv file with 1100 perfume products imported in to there specific categories. I know the process is fairly simple i cant cant seem to get past a certain error. It is a fairly small database:

- Category-ids
- Name
- Description
- Manufacturer
- Cost
- Price
- Sku

I would also like to show the rrp price and savings percentage between the rrp and sale price.

Csv Import

August 4th, 2009 Comments off

If you check the site serversonline.nl in Virtuemart you can add related products to products. I have created related categories to products. with CSVimproved you can import/export data to your site!
I also created a new template that would import the data for the related category.

It is stored in the table: acceptatie_vm_product_category_xrel

The data that is imported in that table comes from the file in the attachment (import.php)

But if i do a import right now, it will not check if the product_sku and category_id is already available. If there is duplicate information it has to be skipped!

Export Csv & Import In Magento

July 20th, 2009 Comments off

we need to import the CSV that you can download here
http://www.ipmart.com/xml_ominfo/ to magento (or CS-cart) but for magento that will be better! We need all the HTML tag inside the product description, with the Price and categories name !
for the price, in the original CSV there is 3 price inside the same
field, just use the first price !

Csv Import Php Script – Fix

May 5th, 2009 Comments off

Need a PHP script fixed, or possibly recreated.
It would do the following:

1. Allow a user to upload a CSV file, and select which columns represent which subscriber data, to be entered into a MySQL database.

2. Cache or Save the file to a server directory and parse the needed data.

3. Insert the data into the MySQL database. One of the fields needs to be a Unix epoch timestamp that is runtime 5 minutes+

4. Echo the captured data to the screen line by line upon success, and an error on failure; and display a grand total at the end.

We need this very fast, and it should be quite easy for an experienced php programmer.
Looking forward to working with you!

Csv Import

April 23rd, 2009 Comments off

What I need is that attached file that Colum B needs to be integrated in Colum A

Now it’s like this:
Keuken/Woonkamer/Badkamer/Zolder/Schuur/ Lijm

Has to be:
Keuken/Lijm|Woonkamer/Lijm|Badkamer/Lijm|Zolder/Lijm|Schuur/Lijm

If there is an empty cell in colum A it needs to be: overige

if there is only 1 item in Colum A only colum needs to be integrated like this:
Keuken/Lijm

Modify/create Csv Import Code

April 23rd, 2009 Comments off

I have a CSV import file (import.php, attached) that was used to import data into my existing mysql database. I have a new code file that creates an export (export.csv attached) that needs to be used for the import again once the data has been revised.

The current code in import.php (provided for reference or use) uses a different csv file. So there are things happening in this file that does not need to happen with the new csv file. So what I want is a simpler import file written. Before we were converting values to names etc. That does not need to happen with the new import.

Since the export comes from the database, is modified, then all I need to do is have a script that will simply import in back in again. With whatever checking is needed to make sure it was done correctly and sucessfully etc. Just good code practices.

The one thing that needs to be considered is that all of the records that were exported may not be imported and that there may be new records in the import. If record id 23 was exported and modified then it should update record with id 23. Not add a new record.

You are free to choose to modify the existing import or create a new one. please stipulate when bidding which you prefer to do.

Bear