Suivez et participez au développement du nouvel OpenCellar : PLOC.co
> Open Cellar for Windows
> Help Center
> FAQ
> Download Center
> Enter the Forum
> Version history
> Developers resources
> Open Cellar for Mobile
> Help Center
> FAQ
> Download Center
> Enter the Forum
> Version history
> Open Cellar for Mac/Linux
> Help Center
> FAQ
> Download Center
> Enter the Forum
> Version history
> Developers resources
> My Account
> My Live services
> My pages
> My library
> My published wines
> My labels
> My posted messages
> Write a page
> Open Cellar Forum Index
> Windows Forum
> Mac/Linux Forum
> Mobile Forum
> Search for and import wines
> Search for labels
> Compare prices (Sniffer)
Search:
> Search with all engines
> Search in forums
> Search in personal pages
> Search on open-cellar.com
> Search in wine cards
> Search in labels
> Search in price comparison tool (Sniffer)
Welcome (
connect
-
create an account
)
Home
»
The forum
»
Open Cellar Cross Platform (Mac & Linux)
Nuage de tags
Open Cellar
Scripts
Etiquette
PPP
Cellar book
Mac
Vista
Synchronisation
Excel export
vinoXml
usb
sniffer
backup
import
printing
chardonnet
palm
statistics
Linux
VinoXML
09/08/2009
Reply
VinoXML
Jan
4 posts
Hello,
I am trying to export my wine cellar to a vinoxml file,
how can i do this?
I saw that Matthieu co-authored the format so i assumed
that i would be supported in Open Cellar?
Kind regards,
Jan Hyldebrandt
10/08/2009
Reply
Re : VinoXML
Administrateur
3099 posts
Hello Jan,
vinoXml is scheduled for the next version (CP 2010).
In the meantime you can use Excel export : (Tab "Affichage" -> "Exporter au forma Excel")
Matthieu
10/08/2009
Reply
Re : VinoXML
Jan
4 posts
Ok, does this also count for the windows version?
Or does the windows version have a VinoXML export
Last but not least, is there anyway of converting the Opencellar CSV file into Vinoxml?
Best...Jan
10/08/2009
Reply
Re : VinoXML
Jan
4 posts
Sorry forgot to ask.
I found the export vinoxml in the windows version, but that
only exportet the current wine.
Can't i export the entire list other than a CSV file?
Best...Jan
10/08/2009
Reply
Re : VinoXML
Administrateur
3099 posts
Use this script : (menu Préférences -> Editeur de scripts)
if(App.ActiveCellar == null) { return; } // Repertoire destination const string EXPORT_DIR = @"c:\temp\"; const string VINO_XML_EXT = ".vinoXml"; int error = 0; ObjectCollection oc = App.ActiveCellar.GetCollection((ushort)ObjectType.Wine); for (int i = 0; i < oc.Count; i++) { Wine wine = (Wine)oc[i]; try { App.ActiveCellar.SaveAs(EXPORT_DIR + wine.Name.Trim() + VINO_XML_EXT, wine, OpenCellar.Framework.FileType.VinoXml); } catch { error++; } } MessageBox.Show("Terminé ! \n" + error.ToString() + " erreur(s)");
You must create c:\temp folder.
Matthieu
© 2006-2014
Matthieu DUCROCQ
- All rights reserved - Last update: january 2014 |
|
Support Open Cellar
|
Contact
|
About