Skip to content

pyunits/pyunit-clarivate

Repository files navigation

Clarivate

Web of Science 下载的纯文本转为字典格式

安装

pip install pyunit-clarivate

使用

from pyunit_clarivate import Txt2Json

if __name__ == "__main__":
    process = Txt2Json('Analytics Web of Science.txt')
    print(process.json())

About

Web of Science 下载的纯文本转为字典格式

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages