Am validating a CSV file with Cerberus but am struggling with what I’d assume is some basic logic Scenario: A CSV file has 2 columns. Column 2 requires to have a value only if Column 1 has a value. If Column 1 is empty then Column 2 should also be empty. Am thinking this would be one of the most