Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with scraping #1066

Open
frank20a opened this issue Feb 20, 2024 · 0 comments
Open

Problems with scraping #1066

frank20a opened this issue Feb 20, 2024 · 0 comments

Comments

@frank20a
Copy link

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant