Hello! i’m new in the use of Knime. I need to extract a list of document from some database for example web of science or elsevier scopus.
Which node I could use?
Thank you
Monica
Hey @monica_rosciano,
The List Files/Folders node may be what you’re looking for. Please also check out the KNIME File Handling Guide for detailed information on reading various file types.
If you’re reading from a database and not a file system, you would likely use the DB Connector node or more specific alternatives such as the Microsoft SQL Server Connector node to connect to a database and then use other nodes downstream to generate/execute queries.
Hope this helps!
Cheers,
But I think here that @monica_rosciano is trying to scrape a web page generated from WoS or Scopus, rather than interacting directly with the underlying database.
So try the Palladian nodes (in the Web sub-category):
Another way would be to use the open-source Zotero reference manager (https://www.zotero.org/) which downloads all the bibliographic data into a sqlite database. Then you could use the KNIME database nodes to interrogate that sqlite file.
(the other) Simon
Is there a video series for palladian nodes and how to use which one (like with the NLP Tasks?)
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.