wosfile icon indicating copy to clipboard operation
wosfile copied to clipboard

Handle Clarivate Analytics Web of Science™ export files

Results 7 wosfile issues
Sort by recently updated
recently updated
newest added

This is a side-track related to #5. We maintain a [list of all tags](https://github.com/rafguns/wosfile/blob/master/wosfile/tags.py) used in WoS export files, along with some extra information. Do we really need that? In...

Sometimes you just want a Pandas dataframe and be done with it. It would be nice if wosfile supported that. I am thinking of adding a function `wosfile.dataframe_from()` as a...

Encountered a new tag `FP` in data donwloaded today.

Sometimes Clarivate updates their file format, adding new tags. Because we need some extra information per tag, we cannot just accept any unknown tag (or can we?). One way to...

When parsing a WOS file that has content in an "Y1" field, using `wosfile.records_from`, the parser crashes: ``` Traceback (most recent call last): File "/home/.../myscript.py", line 185, in main() File...

We currently use the library for parsing WOS file contents, which has been incredibly useful in our data processing pipeline. However, we have encountered a new requirement in our workflow....

It seems like WoS recently changed their export format: ``` if has_item_per_line[heading]: # Iterable field with one item per line ~~~~~~~~~~~~~~~~~^^^^^^^^^ KeyError: 'Z8' ``` Based on the table at the...