Kinda

Kinda story: I need the following C#-Code: 1) Load https://www.die-minderheit-des-ichs.de/blog/blog.php5 into a text stream 2) Parse this text stream and subsequently write into an output .csv file (entries separated by “#”): 1st column called “ID”: An ongoing id starting with number “1”. 2nd column called “Title”: always value “Blog”. 3rd column called “Date”: the values of the <p class=”byline”><p/> elements in the order they appear. 4th column called “Paragraph Text”: the values of the <div class=”entry”><p>…</p></div> entries in the order they appear.