Correctly escaped quotes with commas in data fields will fail validator
This is a bit of an edge case, but due to the way lines are split by "," to parse the file, if a data field contains the following list: "some","quoted","list" which is correctly escaped to ""some"",""quoted"",""list"" it will still fail the validator dispite being allowed within the rules.