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())