splunk / contentctl

Splunk Content Control Tool
Apache License 2.0
80 stars 20 forks source link

Parse and validate CSV files #200

Closed pyth0n1c closed 1 month ago

pyth0n1c commented 1 month ago

Ensure that each row has at least one row, so that fields/headings can be extracted, and that each row has the proper number of fields in it. Report verbose errors for each row if there is an issue.

pyth0n1c commented 1 month ago

Please note this this test is EXPECTED to fail on smoketest_escu since there is currently a badly formatted CSV file in the security_content develop branch. The smoketest_escu job does fail as expected.