Archive for WP All Import

How to Import REAXML files into Your WordPress Real Estate Website

Updated Instructions

In this tutorial we are going to walk through the steps of importing REAXML files into your WordPress real estate website.

Basically we are going to create two import jobs for each REAXML property element, one for current and one for sold/leased. FeedSync merges the REAXML files and creates three output files: current, sold/leased, withdrawn/offmarket. We only need to import the current and sold/leased as because this is more efficient by reducing import file sizes, leaves the withdrawn/offmarket out of the database.

To do this you are going to need a few tools.

What You Need

  • FeedSync: This processes multiple REAXML files into merged files.
  • WP All Import Pro: You can import CSV and XML files into WordPress quickly and easily it’s the best import plugin for WordPress.
  • WP All Import Scripts: Scripts you can use to configure WP All Import Pro.
  • Easy Property Listings: The best real estate plugin for WordPress.

Read More →

Real Estate REAXML Parser Script that takes a minute to install and you can use it on any website that needs single import files like WordPress

My requirements when developing this REAXML parser script was to make sure it was fast, efficient and not repeat imports if NO changes are detected and be able to use WP-Property to import the files and manage the property and rental listings.

So after countless hours searching for a REA XML parser to no avail I set out to find a developer to build my REA XML parser.

The script had to do the following:

  • Combine the individual REAXML files into a single, or multiple import files.
  • Process the results and store them in 3 new separate REAXML files: Current, SOLD/LEASED, and withdrawn to increase speed.
  • When the property status changes to sold/leased/withdrawn delete the property entry from the current REAXML output file.
  • Just added: Geocode the property address during import and add another field so my new property plugin did not have to also geocode the entry on import.

Read More →