SDFile reader with line breaks

The current SD file reader component will halt and give an error:

Property SOMEPROPERTY Already Exists

with malformed SD files that have the following replication in their properties structure:

> : XX234

> :
XX234

The attached reader, courtesy of Keith Burdick, adds a line break after each property header, and avoids the error.