Download List

프로젝트 설명

chkcsv.py is a Python library and program that checks the format of data in a CSV file. It can check whether required columns and data are present, and the type of data in each column. Pattern matching using regular expressions is supported.

System Requirements

System requirement is not defined
chkcsv
v. 1.2.0 2020-01-26

Released at 2020-01-27 04:47
chkcsv v. 1.2.0 2020-01-26 (1 files Hide)

Release Notes

chkcsv.py program and module.

Changelog

Added an option to allow checking of the order of columns in the CSV file.