It has been fixed, and all items with stats on Tess should now show their proper item stats. Moving onto the next problem!
Edit: The actual problem is in the rawdata table structures for the parser, where we have NOT NULL specified for certain text/varchar fields, but then default it with a ' '. Kinda unnecessary as NOT NULL + DEFAULT <anything> kinda cancels out the NOT NULL