Hola,
tengo instalado en mi sitio, www.cmarosa.org, el componente BookLibrary para gestinar los libros del Colegio.
Para realizar la importación de libros, da la opción de crear un fichero xml. o tengo todos los libros de la biblioteca en un excel, con 2000 líneas aporximadamente.
Cómo podría generar un xml desde el excel para una importación inicial a este comonent BookLibrary?
Muchas gracias,
María
Hola María,
Tienes varias opciones de importación, tal como indica el componente:
CSV IMPORT:
At the moment the following CSV format is supported: BookID | ISBN | Title | Authors | Language | Publisher | Description |
Fields are separated by a pipe character ( | )
You can import a whole list with just BookID and ISBN by leaving the other fields empty, for example: BookID | ISBN | empty | empty | empty | empty | empty |
Afterwards you can fetch the information from Amazon and publish
WARNING: do not use CSV import if there are Book Descriptions or Book Reviews present, in that case use XML instead!
XML IMPORT:
XML import is the preferred way to import books with Book Descriptions and Book Reviews present
XML import will import all book details, including Book Descriptions and Book Reviews
XML import can be used to import books details from PREVIOUS VERSION booklibrary
If the user who wrote the original Book Review does not exist anymore in the system, the Review will be assigned to "Anonymous"
FULL IMPORT:
This import will import all BookLibrary books, categories,reviews
This option will overwrite ALL existing entries, so be careful when using it!
If the user who wrote the original Book Review does not exist anymore in the system, the Review will be assigned to "Anonymous"
Si es con un Excel te será más fácil realiza con un CSV, puesto que Excel permite ese formato. Un truco interesante en las importaciones, es probar de exportar, y así de esa manera ya se visualiza el formato necesario para realizar la importación.
Saludos
Hola, el csv sí que lo controlo, pero con csv sólo se permite importar por categorías individuales y además no te permite importar dos campos que hay de texto.
En la documentación comentan que, si se quiere hacer una importación full (incluyendo campos de observaciones y varias categorías simultáneamente) hay que usar forzosamente xml... El tema es que no sé cómo crear un xml desde un excel...
Thanks,
María
HOla María
Revisa el siguiente video para pasar datos de excel a xml
http://www.youtube.com/watch?v=9bat12gH3Qs
Saludos.