Make import errors succint and meaningful
I should be able to glance at my errors file to know what the errors are, but that isn't possible because errors are embedded within a matrix of additional characters, like this:
"ImportOM.CImport.#=qHCvmi4yKU3h72m95Fq3A==(Int32 #=qESIR8RSK4nFcxXlmotMK3g==, CFieldDefaultServer #=qPG1vt7y6pju1ncFErw$tHA==, Int32 #=q9045qYcqGZ4AtwaHC4NjHg==, Int32 #=quj$9R2qbHcVM7uzv7UkZQ==, Int32 #=qvs5cejVTUixwy2BZktbeow==, IBBConstitUIHelper #=q28JqKq8pvpX3nEY00XcKQ==, String #=qSSAeUG48AJCg8yolrFJxQ==, Int32& #=qo5A9puDpIuFz8GCMTpAy1biys68B1ou7USyekMTiFOI=, StreamWriter& #=qzEQCYoqDveT3tdPic1i7w==, St"
It would be nice to be able to quickly and accurately map my errors file to my exceptions file, without bringing in another 3rd party tool.