CSV¶
- Status:
● Tested
- Functions:
1
- Category:
CSV Data Validation
The CSV testset provides CSV file testing capabilities for ADARE experiments. This testset focuses on validating CSV row content, supporting complex pattern matching with regex patterns and timestamp tolerance.
Overview¶
The CSV testset enables validation of CSV file contents by matching entire rows against expected patterns. It includes support for exact matching, regex pattern matching, timestamp tolerance, and flexible placeholder-based validation for dynamic content verification.
Test Functions¶
Function Name |
S |
Description |
Parameters |
|---|---|---|---|
● |
Tests if row in a CSV file exists that matches the given entry layout |
dst (str), entry (list) |