From amonmail at gmail.com Sun Sep 5 16:30:06 2010 From: amonmail at gmail.com (Putr) Date: Sun, 5 Sep 2010 22:30:06 +0200 Subject: [Alexandria-list] Importing data Message-ID: Hi! I've just discovered Alexandria and i think it's awsome. But my problem is i have all my books listed in an .xls file with this data: Author, title, date, location I whan't to transfer all this data to alexandria but i have not found any solution online. I'm a php programer so some coding would not be a problem. I'm just interested would it be posible to parse the .xls file and add the books by title into alexandria. Thanks for everything! Putr -------------- next part -------------- An HTML attachment was scrubbed... URL: From cathal.alexandria at gnostai.org Sun Sep 5 19:07:38 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Mon, 6 Sep 2010 00:07:38 +0100 Subject: [Alexandria-list] Importing data In-Reply-To: References: Message-ID: <20100906000738.36852643@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 5 Sep 2010 22:30:06 +0200 Putr wrote: > I'm just interested would it be posible to parse the .xls > file and add the books by title into alexandria. Use OpenOffice.org or similar to export into CSV format. You should mimic the layout of the Goodreads or LibraryThing CSV export, and then use "Import ... *.csv" in Alexandria. The CSV import in Alexandria decides which layout to use based on the column headers. The Goodreads CSV file uses these column headers: "Title" "Author" "Additional Authors" "ISBN" "Publisher" "Year Published" "Binding" ... and optionally ... "Private Notes" "My Rating" "Read Count" The LibraryThing CSV file uses these column headers: "'TITLE'" "'AUTHOR (first, last'" "'ISBN'" "'PUBLICATION INFO'" "'DATE'" ... and optionally ... "'COMMENTS'" "'RATING'" "'TAGS'" Hope this helps, - Cathal. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkyEIroACgkQfMAUnRdb+8qmgwCgt0uu0a8obxPzjXNGuWEDnJEz TNMAnivT4CbP6ihSXwHnxWKbp0wyQRpF =HR/T -----END PGP SIGNATURE----- From cathal.alexandria at gnostai.org Mon Sep 6 01:34:53 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Mon, 6 Sep 2010 06:34:53 +0100 Subject: [Alexandria-list] Importing data In-Reply-To: <20100906000738.36852643@jadzia> References: <20100906000738.36852643@jadzia> Message-ID: <20100906063453.434d4a02@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 6 Sep 2010 00:07:38 +0100 Cathal Mc Ginley wrote: > "'AUTHOR (first, last'" This should be: "'AUTHOR (first, last)'" The header should be everything inside the double-quotes, i.e. for LibraryThing it should literally include the single quotes. - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkyEfX0ACgkQfMAUnRdb+8pS7gCglcQHVos8+n3A4XP7SP/9qlWU 47QAn3swTbA6Gj1XvSnF8lxbVPZjAS2G =5qUd -----END PGP SIGNATURE-----