translate icon indicating copy to clipboard operation
translate copied to clipboard

pocount --csv ... >> out.csv adds empty lines in between the rows

Open raller09 opened this issue 4 months ago • 0 comments

pocount on Windows Python 3.12.5 adds empty lines in between the rows when redirecting output into a file with ">"

The solution described on StackOverflow is to add "lineterminator='\n'" to csv.DictWriter( ... )

Please check this change.

Thank you

raller09 avatar Oct 15 '24 14:10 raller09