blumilksoftware / interns-2022c-internships

Intership programme application made by interns themselves.
MIT License
5 stars 5 forks source link

Validator allows empty elements in arrays #80

Closed plencka closed 3 years ago

plencka commented 3 years ago

It seems stray `,' in csv file can create empty values inside arrays created with DataSanitizer. This should not be allowed, because it creates weird behavior like tags with no name.

I think simply skipping those values should be alright. In case of returned empty array DataValidator should raise correct exceptions.