Support Forums

Old 07-25-2006, 04:54 PM   #1
Junior Member
 
Join Date: Jul 2006
Posts: 2
Rep Power: 0
mstanden is on a distinguished road
Default Import feature

Hello,

i have been asked by quite a few car dealers now if it is possible to import a csv file of their available stock for sale, this would be quite a good idea as many dealers have hundreds of cars for sale, and inputting them indivudually would take many hours. Maybe somebody have written a mod for this, if so please let me know.. or if anybody has any other ideas i would appreciate any input. Thanks

Regards

Mark
mstanden is offline   Reply With Quote
Old 07-25-2006, 05:08 PM   #2
Moderator
 
 
Join Date: Mar 2006
Posts: 4,001
Rep Power: 98
Lhotch is just really niceLhotch is just really nice
Default

A universal import feature would be very difficult to implement. Since every source CSV file and every classified site can have different fields it would take a decent understanding and a lot of intervention in terms of setup and binding CSV fields to database fields to get something like this to work.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 07-27-2006, 11:54 AM   #3
Senior Member
 
gregbatch's Avatar
 
Join Date: Jun 2006
Posts: 172
Rep Power: 15
gregbatch is on a distinguished road
Default

Such a feature would be of great benefit in selling commercial classified accounts for me as well.

It doesn't really need to be a universal import. It can be rigid. (these values in this order). I don't think any of my customers would need to use such a feature as a regular maintenance feature, in fact, I'm not sure I would want them to have access to it at all. I'd rather have it as an admin feature. The initial setup, where there could be hundreds of entries, is where it would be extremely helpful.

If a customer could give me their inventory in a tab, csv, or Excel file for the intitial setup that would make life easier for everyone and make it an easier sell. I can easily manipulate it to conform to the structure of the import.

I have done a bulk csv import through MySQLAdmin, but I missed a field, so had to go back and fix some things manually.
__________________
Greg
3.1.4 Designer

Last edited by gregbatch; 07-27-2006 at 12:02 PM.
gregbatch is offline   Reply With Quote
Old 08-11-2006, 05:35 PM   #4
Member
 
Join Date: Apr 2006
Posts: 44
Rep Power: 13
bearcat is on a distinguished road
Default

I would be interested in this as well.
bearcat is offline   Reply With Quote
Old 08-11-2006, 10:44 PM   #5
Moderator
 
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,169
Rep Power: 59
juven14 is a jewel in the rough
Default

How would you suggest handling images? If they are importing several hundred vehicles doing the listing image uploads would be problematic. Would you just have them use modify listing and add in the images?
__________________
TemplateCodes.com
juven14 is offline   Reply With Quote
Old 08-12-2006, 07:39 AM   #6
Member
 
Join Date: Apr 2006
Posts: 44
Rep Power: 13
bearcat is on a distinguished road
Default

While I'm not sure the exact best way to do it, in this thread:

Suggestions for Dealers

I suggest having the ability to lasso and upload multiple images at once. With that feature and a decent connection, you could probably add images for 50-100 ads in an hour or so, depending on how efficient you can make the user interface.

With the current system and multiple images per ad, it would take much longer.

Last edited by bearcat; 08-12-2006 at 08:07 AM.
bearcat is offline   Reply With Quote
Old 09-08-2006, 11:18 AM   #7
Senior Member
 
gregbatch's Avatar
 
Join Date: Jun 2006
Posts: 172
Rep Power: 15
gregbatch is on a distinguished road
Default

Quote:
Originally Posted by juven14 View Post
How would you suggest handling images? If they are importing several hundred vehicles doing the listing image uploads would be problematic. Would you just have them use modify listing and add in the images?
In an app I had several years ago, the upload was simply a bulk FTP to a folder. The client was responsible for having the filename of the photos in the appropriate record of the csv file.
__________________
Greg
3.1.4 Designer
gregbatch is offline   Reply With Quote
Old 09-15-2006, 09:42 PM   #8
Senior Member
 
bgordon's Avatar
 
Join Date: Aug 2006
Location: Georgian Bay, Ontario Canada
Posts: 163
Rep Power: 14
bgordon is on a distinguished road
Default

Quote:
Originally Posted by gregbatch View Post
Such a feature would be of great benefit in selling commercial classified accounts for me as well.

It doesn't really need to be a universal import. It can be rigid. (these values in this order). I don't think any of my customers would need to use such a feature as a regular maintenance feature, in fact, I'm not sure I would want them to have access to it at all. I'd rather have it as an admin feature. The initial setup, where there could be hundreds of entries, is where it would be extremely helpful.

If a customer could give me their inventory in a tab, csv, or Excel file for the intitial setup that would make life easier for everyone and make it an easier sell. I can easily manipulate it to conform to the structure of the import.

I have done a bulk csv import through MySQLAdmin, but I missed a field, so had to go back and fix some things manually.
In the absence og an alternative, could you explain how you did this in MYSQL admin? I am faced with a dealer who has over 200 listings and I really want to import them...
__________________
B. Gordon
v.4.0.9 Developer
bgordon is offline   Reply With Quote
Old 09-16-2006, 08:24 AM   #9
Member
 
 
Join Date: Sep 2006
Location: Oz
Posts: 59
Rep Power: 12
arminium is on a distinguished road
Default Up load via my sql

The easiest way i know (bearing in mind i am novice) is to add a new listing with everypossible field used and the go to your MYPHPadmin which you should by the link in your Control Panel. download an export of the file modify and upload again.


i wanted to remove all but two countries from the countries list, Using modify would of taken hours, using MYSQL it was just a matter of selecting mark all and de-selecting the two i wanted and hitting delete
arminium is offline   Reply With Quote
Old 09-16-2006, 10:01 AM   #10
Senior Member
 
gregbatch's Avatar
 
Join Date: Jun 2006
Posts: 172
Rep Power: 15
gregbatch is on a distinguished road
Default

I did the merge file setup in Excel. Let me look and see if I still have it handy and I'll get back to you.

Basically I did this:
1. Did export in MySQL Admin to get the structure.
2. rearranged columns in Excel to match the db structure
3. Exported from Excel as tab separated (can't use commas, as they may be in text and Excel doesn't put the " qualifier on it.
4. Opened in Word Perfect and did search for tab and replaced with |
5. Imported data in MySQL Admin using | as my separator

It seems like alot, but in reality it takes only a few minutes compared to entering it. Now, I know there are some great data utilities out there that will rearrange, parse, merge, and change delimiters on various text files, but I needed something fairly quick and didn't have time to look.

I'll keep looking for those file for you...
__________________
Greg
3.1.4 Designer

Last edited by gregbatch; 09-16-2006 at 10:29 AM.
gregbatch is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Import Feeds from other 68 sites juven14 v3.1 Modules & Modifications 5 03-01-2007 12:20 AM
Deleting uploaded files from the File upload feature sporthorsebreeder v3.1 Questions & Support 4 09-12-2006 04:40 AM
Upload File Feature does not work sporthorsebreeder v3.1 Questions & Support 10 08-16-2006 10:39 AM
Debug Feature sleepy v3.1 Questions & Support 2 05-03-2006 07:27 PM


All times are GMT -4. The time now is 05:43 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0