I am not sure if it is something my export is doing but I keep getting this error when I run the export.

I found the error in the code and just added $valueArr = json_decode((string) $value, true); to it and that fixed it right up. Hope this can be fixed soon.