Closed uggyuggy closed 2 years ago
Thanks for the report.
Can you verify the behavior of the report download from the CZDS website? I think it does the same, but I have not tested with new lines in the reason field.
Hi,
I didn't even noticed this was a report available into the CZDS website. (That's the problem of using the API instead of their website 😅 ) I was thinking the CSV was "built" on your software side.
As you guessed, the CSV provided by CZDS website is indeed wrong and have the described problem...
So unless you want to fix their CSV on your side, I think we can close this 👍
Btw I went with
sed -z 's/\r\n/ /g' out.csv > out.cleaned.csv
that seems to fix it on my side.
Hi Ian,
Thank's for providing and maintaining this CZDS tool. Very helpful !
Testing the new version including the new
extend
"feature" I noticed something about the output ofczds-report
I guess from the header, what should be the expected fields, with one single line per TLD.
But some lines into the csv report looks split on multiple lines
Checking into the web interface, it looks like the "issue" is when the "Reason" has been provided by the registry on multiple lines.
I guess a multiple lines "Reason" should be displayed on the same line into the csv output.