This shows you the differences between two versions of the page.
|
en:public:developer:import_export_database:start [2012/12/03 17:40] admin created |
en:public:developer:import_export_database:start [2014/03/05 15:37] (current) admin [EXPORT/IMPORT ON THE ARKADIA NETWORK] |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| database_arkadia_xx_vacationrentals.zip => All our Vacation Rentals Listings in the country with iso code xx | database_arkadia_xx_vacationrentals.zip => All our Vacation Rentals Listings in the country with iso code xx | ||
| - | Before to integrate our listings, please send us a message from http://www.arkadia.com/usa/about/contact/ with the url of you website so that we can update our spam filter | + | Before to integrate our listings, please send us a message from http://us.arkadia.com/about/contact/ with the url of you website so that we can update our spam filter |
| and add your link and logo in our real estate directory | and add your link and logo in our real estate directory | ||
| Line 21: | Line 21: | ||
| Ex : | Ex : | ||
| + | <code> | ||
| t__kind;t__ID_local;t__p__Category | t__kind;t__ID_local;t__p__Category | ||
| 1;”Cannes Azur”;4 | 1;”Cannes Azur”;4 | ||
| 1;”Cannes Palace”;4 | 1;”Cannes Palace”;4 | ||
| ….. | ….. | ||
| + | </code> | ||
| For the XML format | For the XML format | ||
| The file must look like : | The file must look like : | ||
| + | <code xml> | ||
| <root> | <root> | ||
| <transac> | <transac> | ||
| <t__kind>1</t__kind> | <t__kind>1</t__kind> | ||
| - | <t__id_local>Cannes Azur</t__ id_local > | + | <t__id_local>Cannes Azur</t__id_local> |
| ….. | ….. | ||
| </transac> | </transac> | ||
| <transac> | <transac> | ||
| <t__kind>1</t__kind> | <t__kind>1</t__kind> | ||
| - | <t__id_local>Cannes Palace</t__ id_local > | + | <t__id_local>Cannes Palace</t__id_local> |
| ….. | ….. | ||
| </transac> | </transac> | ||
| </root> | </root> | ||
| + | </code> | ||