AnyDotnetStuff icon indicating copy to clipboard operation
AnyDotnetStuff copied to clipboard

Site crawler should have a command line option to save the results to a text file

Open sdg002 opened this issue 3 years ago • 0 comments

WebsiteCrawler.exe  --maxsites 5 --url https://www.premierleague.com/ --output  c:\somefile.csv
  • The option --output should be optional
  • If the option --output is not specified, then existing behaviour prevails. i.e. Write the results to the console
  • If specified then write the CSV to the specified file

sdg002 avatar Mar 18 '22 23:03 sdg002