Author Topic: Import .CSV Address Book  (Read 44863 times)

Offline BlueC

  • Jr. Member
  • **
  • Posts: 25
Re: Import .CSV Address Book
« Reply #15 on: April 13, 2008, 03:14:09 PM »
Great, glad to know its working for you.

In a future release I intend to make the import file format a little more flexible (e.g. allow user mapping of fields), but at the moment it suits my simple needs so unless there is a call for it I may not get round to it in the near future.

If anyone else has any feedback or suggestions please post here.

Offline marcuseide

  • Newbie
  • *
  • Posts: 5
Re: Import .CSV Address Book
« Reply #16 on: April 15, 2008, 08:30:57 AM »
Works like a charm. Thank you very much!

Offline cbrace

  • Full Member
  • ***
  • Posts: 75
Re: Import .CSV Address Book
« Reply #17 on: April 19, 2008, 08:38:03 AM »
A very big thanks, this is very helpful; I just imported around 400 addresses from gmail.

Probably unrelated to the plugin, but... when I try to modify an entry, I get an error message:

Quote
SERVICE CURRENTLY NOT AVAILABLE!

Error No. [0x01F4]
Any ideas what is going on here?

Offline BlueC

  • Jr. Member
  • **
  • Posts: 25
Re: Import .CSV Address Book
« Reply #18 on: April 19, 2008, 10:37:07 AM »
Don't know, but its unrelated to this mod AFAIK.

Offline carldevans

  • Newbie
  • *
  • Posts: 0
Patch?
« Reply #19 on: May 07, 2008, 11:26:14 PM »
OK, I'm totally trying to figure out how to install a patch.  Do you install it locally or by ftp after you upload it?  Where do you type the "patch -p1..." command!?

Offline paszczus

  • Newbie
  • *
  • Posts: 1
Import .CSV Address Book
« Reply #20 on: May 13, 2008, 04:24:50 AM »
Hello,
it seems to be a great plugin and that`s really nice that is in patch, but i have problem. I got svn version od 0.1.1 (from yesterday) and patched succesfully but when i click on Address book and then "import contact" it open new "address book" window near first one and then when i click again import in new address book it fork to another, and another...

Any ideas how to fix it ?

Thanks
« Last Edit: May 13, 2008, 09:27:24 AM by paszczus »

Offline dikdust

  • Newbie
  • *
  • Posts: 1
italian translation
« Reply #21 on: May 30, 2008, 07:31:45 AM »
Quote from: BlueC;11489
...

If you want to add different localizations then just add translations of the following strings to the labels.inc file in the localization that you desire. If anyone can provide translations that I can include then please post them here.
...


For the italians like me here's the translation ;)

Gj anyway this patch has saved my life :D


$labels
['importcontacts'] = 'Importa Contatti';
$labels['confirm'] = 'Conferma';
$labels['confirmimportcsv'] = 'Questo Ã¨ un esempio dei dai che hai uploadato. Per favore controlla che le intestazioni corrispondano alle colonne corrette e premi Conferma. Se non corrispondono premi Annulla, modifica il file csv e riuploadalo.';
$labels['instructimportcsv'] = 'Usa il form qui di seguito per importare i contatti da un file CSV.';
Adfacom s.n.c. Custom-made IT solutions for you and your business
localization: M. Coppino 73/B street Turin Italy

Offline Scubes13

  • Jr. Member
  • **
  • Posts: 48
Problem when run on rc 0.1.1
« Reply #22 on: June 26, 2008, 03:24:29 PM »
I am using RC 0.1.1

I ran the patch for 0.1.1 from the root of the RC install. It ran without any errors.

I logged into a specific account, went to addressbook, clicked on the import button.

From there, I select my csv file, then click upload.

I was then presented with the screen where I was supposed to see a sample of the data to be imported, but I do not see any info at all.

I checked my temp/ directory and the file is uploaded as a "rcmAttmnt(randomstringhere)" file.

When I take a peek in that file, I see my csv content as expected.

Code: [Select]

Name,Email Address
John Doe,jdoe@yourdomain.org
Jane Smith,jsmith@yourdomain.org
Jesse James,jjames@yourdomain.org


Any thoughts?

Thanks,
Scubes

Offline Scubes13

  • Jr. Member
  • **
  • Posts: 48
Import .CSV Address Book
« Reply #23 on: July 07, 2008, 12:15:08 PM »
Anyone? I am still unable to import contacts.

Offline zippy

  • Newbie
  • *
  • Posts: 1
Import .CSV Address Book
« Reply #24 on: July 18, 2008, 12:07:41 AM »
I have the same issue - did you ever get a answer to this - or does any one have a suggestion ?

Offline nunya

  • Newbie
  • *
  • Posts: 2
Import .CSV Address Book
« Reply #25 on: August 06, 2008, 10:06:11 AM »
happens to me too with version .3 of this mod.  I'm trying to see where the problem lies, but I don't know enough about this system.  If i find anything, ill see if can post my first patch file....  Otherwise its a no go, and a manual one time import using back end scripting.

Offline killinghall

  • Jr. Member
  • **
  • Posts: 12
Import .CSV Address Book
« Reply #26 on: August 08, 2008, 02:05:44 AM »
Seriously, I wish you would improve this plugin aesthetically instead of dumping a simple piece of  ugly looking text on the top right hand side of the screen.

Common sense would tell you that the link should belong to the Address Book section, and reside amongst as one of the icons as the top.

But you probably did this in a hurry...so...:-X

Offline ajmusic24

  • Newbie
  • *
  • Posts: 3
Intalling Import Patch
« Reply #27 on: August 14, 2008, 12:07:25 PM »
Is there a way I can install this import patch without doing the following:

patch -p1 < roundcube-import-contacts-0.3-RC.patch

I don't know what that is.

Thanks,
AJ

Offline mdr

  • Jr. Member
  • **
  • Posts: 12
Import .CSV Address Book
« Reply #28 on: August 14, 2008, 02:18:13 PM »
No that is the way you apply a patch.  Once you have downloaded the "roundcube-import-contacts-0.3-RC.patch" file cp it to the roudcube directory and run the above command, that will apply the patch to the files in the directory.

Offline ajmusic24

  • Newbie
  • *
  • Posts: 3
Import .CSV Address Book
« Reply #29 on: August 15, 2008, 12:00:36 PM »
Thanks for the reply MDR.  How do I run the command:
patch -p1 < roundcube-import-contacts-0.3-RC.patch

I'm using CuteFTP to add my files to the directories on the server.

Thanks,
AJ