thoqbk/traprange

Need to get output in csv fromat without html tags embedded in it.

chaitusg opened this issue · 1 comments

how can i get csv file as an output? just by giving output file as .csv file?
i tried it by giving like that and getting even html cells like tr,td in the csv file.
how can i avoid getting those in the csv file?

needed the same thing, added support for -csv option which toggles csv output instead of html.
See commit 309428e