68 Classifieds Forums
Go Back   68 Classifieds Forums > v3.1.x Help & Support > v3.1 Suggestions and Feedback > Import feature
v3.1 Suggestions and Feedback Please use this forum to post feedback and suggestions for v3.1

 
Thread Tools Display Modes
(#1)
Old
mstanden mstanden is offline
Junior Member
mstanden is on a distinguished road
 
Posts: 2
Join Date: Jul 2006
Default Import feature - 07-25-2006, 04:54 PM

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
Reply With Quote
(#2)
Old
Lhotch Lhotch is offline
Moderator
Lhotch has a spectacular aura about
 
Posts: 1,478
Join Date: Mar 2006
Default 07-25-2006, 05:08 PM

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.
Reply With Quote
(#3)
Old
gregbatch gregbatch is offline
Senior Member
gregbatch is on a distinguished road
 
Posts: 125
Join Date: Jun 2006
Default 07-27-2006, 11:54 AM

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
www.valleywantads.com

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

I would be interested in this as well.
Reply With Quote
(#5)
Old
juven14 juven14 is offline
Moderator
juven14 has a spectacular aura about
 
Posts: 1,699
Join Date: Mar 2006
Location: NJ/NYC Area
Default 08-11-2006, 10:44 PM

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?


Regards,

John
mods.auscity.com
v3.1.5 Developer

�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
Reply With Quote
(#6)
Old
bearcat bearcat is offline
Junior Member
bearcat is on a distinguished road
 
Posts: 28
Join Date: Apr 2006
Default 08-12-2006, 07:39 AM

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

http://www.68classifieds.com/forums/...ead.php?t=1314

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.
Reply With Quote
(#7)
Old
gregbatch gregbatch is offline
Senior Member
gregbatch is on a distinguished road
 
Posts: 125
Join Date: Jun 2006
Default 09-08-2006, 11:18 AM

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
www.valleywantads.com
Reply With Quote
(#8)
Old
bgordon bgordon is offline
Senior Member
bgordon is on a distinguished road
 
Posts: 121
Join Date: Aug 2006
Location: Georgian Bay, Ontario Canada
Default 09-15-2006, 09:42 PM

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.3.1.5 Developer
www.canadaboatshopper.com
Canada Boat Shopper - Boats For Sale By Owner In And Around Canada
Reply With Quote
(#9)
Old
arminium arminium is offline
Member
arminium is on a distinguished road
 
Posts: 35
Join Date: Sep 2006
Location: Oz
Default Up load via my sql - 09-16-2006, 08:24 AM

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
Reply With Quote
(#10)
Old
gregbatch gregbatch is offline
Senior Member
gregbatch is on a distinguished road
 
Posts: 125
Join Date: Jun 2006
Default 09-16-2006, 10:01 AM

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
www.valleywantads.com

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


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Import Feeds from other 68 sites juven14 v3.1 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



Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com