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.
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.