Document

JSON File Format Instructions

The JSON file should follow this structure:

{
  "Row": [
    {
      "id": "string",                    // Property ID (e.g., "EXAMPLE_001")
      "property_type": "string",         // Type of property (e.g., "Apartamento", "Moradia")
      "property_status": "string",       // Status (e.g., "Pronto")
      "property_label": "string",        // Label (e.g., "Em Obras", "Pronto")
      "property_area": number,      // Useful area in m² (e.g., 100)
      "property_land": number,     // Gross area in m² (e.g., 120)
      "property_price": number,          // Price in euros (e.g., 100000)
      "property_address": "string",      // Full address (e.g., "Rua do Exemplo, 123")
      "property_country": "string",      // Country (e.g., "Portugal")
      "property_district": "string",     // District (e.g., "Exemplo")
      "property_city": "string",         // City (e.g., "Cidade Exemplo")
      "property_neighborhood": "string",  // Neighborhood (e.g., "Bairro Exemplo")
      "property_zip": "string",          // Zip code (e.g., "12345678")
      "property_title": "string",        // Property title (e.g., "Apartamento T2 Exemplo")
      "agent": "string",                 // Agent name (e.g., "AGENTE EXEMPLO")
      "property_description": "string",   // Full property description
      "property_images": "string",       // Comma-separated URLs (e.g., "https://exemplo.com/imagem1.jpg")
      "property_video_url": "string",    // YouTube video URL (e.g., "https://www.youtube.com/v/exemplo123")
      "property_files": "string",         // Comma-separated URLs (e.g., "https://exemplo.com/documento1.pdf")
      "property_rooms": number,
      "property_bathrooms": number,
      "property_bedrooms": number,
      "property_garage": number,
      "property_garage_size": number
    }
  ]
}
    

Important Notes:

  • All fields are required
  • Multiple images should be separated by commas
  • Multiple documents should be separated by commas
  • Areas should be in square meters (m²)
  • The file must be in valid JSON format
  • There are some fields that are not provided in the JSON file, they will be ignored

Fields that need to be registered in the database before importing:

  • Property Type
  • Property Status
  • Property Label
  • Property state
  • Property country
  • Property city
  • Property neighborhood

Example:

Comparação