koillection icon indicating copy to clipboard operation
koillection copied to clipboard

Problems with scraping

Open frank20a opened this issue 1 year ago • 0 comments

While trying to create scrapers I run into two problems with different fields.

  1. Countries are not converted to "Country Field". Using the provided Discogs scraper, nothing comes up to the Country field. Changing it to Text I can see that the raw text is scraped (Checked with "US" and "Germany").
  2. Lists are not generated. Using the provided Discogs scraper no entries are created in the Tracks field. If I change the field to a Text or Long Text I can see that the raw data is scraped and the tracks are listed and seperated by commas (Track 1, Track 2...). For this, I had to only keep one of the entries (Track name and delete the #...# for track number and duration).

frank20a avatar Feb 20 '24 09:02 frank20a