Roundcube Community Forum

 

Import .CSV Address Book

Started by ronald, November 10, 2007, 12:34:31 PM

Previous topic - Next topic

BlueC

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.

marcuseide

Works like a charm. Thank you very much!

cbrace

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:

QuoteSERVICE CURRENTLY NOT AVAILABLE!

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

BlueC

Don't know, but its unrelated to this mod AFAIK.

carldevans

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!?

paszczus

#20
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

dikdust

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

Scubes13

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.


Name,Email Address
John Doe,[email protected]
Jane Smith,[email protected]
Jesse James,[email protected]


Any thoughts?

Thanks,
Scubes

Scubes13

Anyone? I am still unable to import contacts.

zippy

I have the same issue - did you ever get a answer to this - or does any one have a suggestion ?

nunya

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.

killinghall

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

ajmusic24

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

mdr

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.

ajmusic24

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