Property Import
Import Properties from CSV
Upload a CSV file with property data to import into the database. The CSV file should include headers for property fields.
CSV Format Requirements
Your CSV file can use various column names - our AI will match them to the right database fields.
Required Fields:
- Address - Full address of the property
- Suburb - Suburb name
- State - State abbreviation (e.g., VIC)
- Postcode - Postal code
Optional Fields:
- Property Type - House, Apartment, Land, etc.
- Bedrooms - Number of bedrooms
- Bathrooms - Number of bathrooms
- Land Size - Size in square meters
- Price - Property price
- Description - Property description
- Images - Comma-separated image URLs
Example CSV Format:
Address,Suburb,State,Postcode,Property Type,Bedrooms,Bathrooms,Land Size,Price,Description 123 Main St,Richmond,VIC,3121,House,3,2,450,950000,"Beautiful family home in Richmond" 45 Park Ave,Carlton,VIC,3053,Apartment,2,1,0,650000,"Modern apartment in Carlton"
AI-Assisted Column Matching
Our system uses intelligent column matching to help you import data from various CSV formats:
- Flexible column names (e.g., "Street Address" → "address", "Post Code" → "postcode")
- Smart field conversion (e.g., "450 sqm" → 450, "$950,000" → 950000)
- Automatic SPI generation based on address components
- Validation and error handling for required fields