koillection
koillection copied to clipboard
Problems with scraping
While trying to create scrapers I run into two problems with different fields.
- 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").
- 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).