Skip to content

Parser to covert a bespoke CSV file to an OpenRealEstate model.

License

Notifications You must be signed in to change notification settings

OpenRealEstate/OpenRealEstate.NET.Transmorgrifiers.Csv

Repository files navigation

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 :)


About

Parser to covert a bespoke CSV file to an OpenRealEstate model.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages