The FWRE CSV Import/Export plugin adds bulk import and export capabilities to FW Real Estate. Instead of entering properties one by one, you can load hundreds of listings from a spreadsheet, push bulk price or status updates, migrate data from another system, or create a lightweight data snapshot for backup purposes.
Once the plugin is installed, a new Import / Export tab appears inside FW Real Estate → Properties. The panel is split into two cards: Import on the left and Export on the right.

Click Export Data to CSV File to download a .csv file containing all properties — published and unpublished. Before exporting, choose a Language (determines which translation is used for text fields such as title and description) and optionally filter by Category. The downloaded file includes one row per property with a header row naming every available field.
Multi-value fields — amenities, categories, property types, rooms, and similar — are joined with a semicolon (;) within a single cell. The rooms column uses a pipe-delimited format within each entry: width|depth|dimension_name|room_name|room_description.
The safest starting point is to export an existing property, inspect the header row, and model your file on that structure. Key rules to follow:
;) to match.status, heating, and garage type are matched by name. If a value does not already exist in the component's dictionary, it is created automatically.id column and a valid property ID to update an existing listing. Omit it, or use an ID that does not exist, to insert a new property.Place image files in the /tmp/import/ directory on your server before starting the import. In the image column, list filenames only — not full paths — separating multiple images with semicolons. The plugin copies each image to the property's gallery folder and generates full, medium, and thumbnail sizes automatically. Supported formats are JPG, JPEG, PNG, and GIF.
If a property row does not contain latitude/longitude values but includes address fields, the plugin can attempt automatic geocoding. This requires the Map View plugin to be installed, enabled, and configured with a valid API key. Without it, the import completes normally but coordinates remain empty.
To install this addon, open the Add-ons panel inside FW Real Estate. See Getting Started → Add-ons for details on free addons, paid addons, and site verification.