Editing two hundred prices in a web form is a day's work and a source of mistakes. In a spreadsheet it is ten minutes. The CSV Import/Export add-on is what makes a large portfolio maintainable at all — export the columns you want, edit them in Excel or Google Sheets, and feed the file back in.
id and price, edit the column, re-import.Both the Import and Export tools live on FW Real Estate → Data Management.

Choose the columns you want and you receive one row per property, in the active data language. Every add-on you have enabled contributes its own columns — custom fields, room data, open-house slots, and so on — so an export reflects the site you actually have.
The import accepts the same columns the export produces. Two rules govern everything:
id already exists updates that property. An export → edit → import round trip is an update, not a duplicate.That second rule is what makes partial work safe. Export just id and price, change the prices, import the file, and nothing else on those properties is at risk.
An import can bring photographs with it — the only way to load a catalogue in bulk without a feed. Two steps are required:
image column, separated by semicolons: front.jpg;kitchen.jpg;garden.jpg. They appear in the gallery in that order.Use bare file names only — front.jpg, never photos/front.jpg or ../front.jpg. Any name containing a folder separator is refused and counted as a photograph that did not import.
Semicolons, not commas. Inside a CSV a comma separates columns, so a comma-separated list survives only while the cell stays quoted — and a spreadsheet will eventually drop those quotes. If you also chose the semicolon column delimiter, quote the whole cell.
The Import images control determines what happens when a row is imported again:
A photograph is stored under its file's name, so re-importing the same file replaces the same image rather than adding a copy. The image format is read from the file itself, so a mislabelled extension does no harm.
Photographs are import-only — there is no image column in the export. A CSV cannot carry the pictures it would be naming. To take photographs with you, use the backup in Data Management, which includes them.
The result line counts properties and photographs separately on purpose. A photograph that cannot be read never costs you the property row, which is already saved. Photographs not imported: 3 means three files were missing from the import folder or were not readable images — the property rows went in regardless.
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.