-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Choosing fields #57
Comments
@paquino11 choosing the fields to scrape will require significant modifications that do not worth the effort. Do you want to improve perfomance or you just want the output to have only the fields you want? |
Hi, Mainly performance and resources since I just need 4-ish fields. I was trying to modify the entry.go file by commenting fields I don't need on EntryFromJSON and CsvRow functions and Entry type, but didn't work. Are the changes done inside the Docker file? I can support you on that if you don't mind. |
To do it properly you need to pass as parameters the fields you need and then based on that dynamically execute only the relevant code. Regarding your questions I don't fully understand this. If you change something locally then you need to build another docker image . a Pull request is more than welcome @paquino11 . In any case I will try to add this feature since it was requested also by others. |
Hi!
First of all, thank you very much for creating this amazing repo.
I was wondering if it is possible to choose just the fields we want to scrape instead of scraping the entire list available.
Thanks!
The text was updated successfully, but these errors were encountered: