realm-cocoa-converter
realm-cocoa-converter copied to clipboard
Crash while importing XLSX/CSV with empty columns
In case of XLSX ImportSchemaGenerator
fails while creating schema: number of properties in schema doesn't mach the number of columns.
In case of CSV schema contains properties with empty names, so Realm fails to initialize a property.
See more details and XLSX file at https://github.com/realm/realm-browser-osx/issues/183.