Founder-Bytes / scrapper

MIT License
0 stars 0 forks source link

Blogs Content Filtering - Handling "\n" scraped from the content #17

Open DensonAbraham opened 2 years ago

DensonAbraham commented 2 years ago

@Sarvesh1523 The issue here is. When we are scraping blog from website, we are also scraping "/n" from the website. We are able to scrape it but it doesn't allow content to be saved in CSV. Currently my code is removing all the white spaces so we are able to save it by removing it. However it would be in best interest if we are able to retain those "/n". Also find a way such that we can retrieve it in the same format we scrapped.

This issue will be resolved once the storage and retrieve of content both work well.