Tag: export

Magento Export products in custom XML [script]

If you have to export all or a part of your Magento products you can try this simple script which creates a products collection and writes a simple and custom XML file per product (but you can simply change it to write a single long XML file). Hope you enjoy it! <?php // Magento XML [...]


Ubuntu: Esportare i contatti di Evolution in CSV o VCARD

Per esportare tutti i contatti di Evolution, il client di posta Linux piu’ diffuso, basta eseguire il seguente comando e otterrete un file con tutto il vostro addressbook pronto per essere importato in qualsiasi altro programma o tool via web (tipo Gmail): Formato CSV: evolution-addressbook-export –format=csv –output=mycontacts.csv Formato VCARD evolution-addressbook-export –format=vcf –output=mycontacts.vcf


Categories