Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 2.3 KB

File metadata and controls

34 lines (19 loc) · 2.3 KB

OpenRealEstate.NET Transmogrifier : CSV files

This is a transmogrifier (i.e. converter) that converts a specific CSV file to an OpenRealEstate model.

Build status NuGet NuGet MyGet Pre Release codecov


CSV Format

The csv header/format is as follows:

Sold file

"id","state_code","lat","lng","image","type","address","suburb_name","postcode","bedrooms","bathrooms","car_spaces","sold_date","sold_price","agency_name","agent_name","agent_phone","agent_2_name","agent_2_phone"

Rent file

"id","state_code","lat","lng","image","type","address","suburb_name","postcode","bedrooms","bathrooms","car_spaces","rent_date","rent_price","agency_name","agent_name","agent_phone","agent_2_name","agent_2_phone"

Header casing is can be either upper/lower/mixed. Header ORDER is not important for reading either.

Contributing

Discussions and pull requests are encouraged :) Please ask all general questions in this repo or pick a specialized repo for specific, targetted issues. We also have a contributing document which goes into detail about how to do this.

Code of Conduct

Yep, we also have a code of conduct which applies to all repositories in the OpenRealEstate organisation.

Feedback

Yep, refer to the contributing page about how best to give feedback - either good or needs-improvement :)