Gapminder / ddf-validation

How do you know your DDF dataset is ✅valid?
https://open-numbers.github.io/ddftools.html
GNU General Public License v3.0
7 stars 2 forks source link

there are some special strings in the output with --silent flag #522

Closed semio closed 5 years ago

semio commented 6 years ago

ddf-Validation version: 1.17.2

When running validate-ddf with --silent flag, the output will contain some special strings. You can see the strings by redirecting the output to a file and open the file with an editor.

for example, validate-ddf ./ --silent > test.log; vim test.log

2018-06-17 09 53 04

Tested in OSX and Ubuntu Linux