Last updated: 2026-04-23

Bulk upload via CSV

If you've been running your portfolio in Excel, Numbers, or Google Sheets, you can import the whole lot in one go.

To bulk upload

  1. Go to Settings → Import.
  2. Click Download CSV template.
  3. Open the template in Excel or Google Sheets.
  4. Fill in one row per property (see column reference below).
  5. Save the file as CSV.
  6. Come back to Anchorlet and drag the CSV onto the upload zone.
  7. Review what Anchorlet is going to import. If anything looks wrong, cancel and fix your CSV.
  8. Click Import.

What each column means

ColumnRequired?ExampleNotes
address_line_1Yes42 Elgin Road
address_line_2NoApt 3B
townYesBallsbridge
countyYesDublin
eircodeNoD04 X444Format: A00 A000
bedroomsNo4Integer
bathroomsNo3Integer
property_typeNoHouse"House", "Apartment", "Studio"
tenant_nameNoMary O'SullivanCreates a tenancy record
tenant_emailNomary@example.com
rent_monthlyNo4500Euros, no symbol
lease_startNo2024-06-01Format: YYYY-MM-DD
lease_endNo2025-06-01Format: YYYY-MM-DD
rtb_referenceNo1234567Your RTB tenancy number

Sample rows

A realistic CSV might look like this (truncated to the key columns for readability):

address_line_1towncountyeircodetenant_namerent_monthlylease_start
42 Elgin RoadBallsbridgeDublinD04 X444Mary O'Sullivan45002024-06-01
18 Waterloo RoadDublin 4DublinD04 W421James Fitzgerald38002024-04-15
Apartment 7, Temple RoadDartryDublinD06 N5R8Catherine Byrne26002024-09-01
5 Palmerston ParkRathminesDublinD06 H7Y2Patrick Walsh29002024-12-01

Duplicate detection

Anchorlet checks your CSV for duplicates before importing. If two rows look like the same property (same address and Eircode), it'll flag them and ask how you want to handle it:

  • Skip duplicate — ignore the second row
  • Merge — combine data from both rows into one property
  • Import both — treat them as separate properties (e.g. two units at the same building)

What if something goes wrong?

If the import fails partway through, nothing is saved. Fix the problem in your CSV and try again.

Common issues:

  • Dates in the wrong format — must be YYYY-MM-DD (e.g. 2025-06-01, not 01/06/2025)
  • Eircode in the wrong format — must be uppercase with a space
  • Empty required fields — address, town and county must all have values

Next steps