This gist includes a class model in C# and XML of the ImmobilienScout24 CSV import file format. The files were generated from the tables contained in the official documentation (CSV_Import_IS24.doc, version 1.4.1.3).
The C# class model tries to provide as much static type information as can be gleaned from the documentation, in particular:
- Number fields:
- int or decimal depending on the size description or
- enum if there are discrete values listed in the description
- Text fields: