Skip to content

Check Special Chars

1
$ python check-special-chars.py ../data/data.csv
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Checking file: ../data/data.csv
Absolute path: /Users/dan/Documents/ws/prostate-research-analysis/data/data.csv
------------------------------------------------------------
1. Checking UTF-8 validity...
✓ File contains valid UTF-8 characters

2. Checking for Microsoft Windows special characters...
✓ No Windows special characters found

------------------------------------------------------------
✓ File passed all checks!