S14-数据格式化导出

Converts cleaned bibliographic records into original WoS plain text format for CiteSpace.

Updated May 18, 2026
One-click install
npx skills add https://github.com/heyixue511-creator/ai --skill s14-heyixue511-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: S14-数据格式化导出
Source: https://github.com/heyixue511-creator/ai/tree/main/My-Own-Skills-main/%E6%96%87%E7%8C%AE%E8%AE%A1%E9%87%8F%E5%88%86%E6%9E%90%E6%8A%80%E8%83%BD/S14-%E6%95%B0%E6%8D%AE%E6%A0%BC%E5%BC%8F%E5%8C%96%E5%AF%BC%E5%87%BA
Command: npx skills add https://github.com/heyixue511-creator/ai --skill s14-heyixue511-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After cleaning and filtering bibliographic data, researchers need the final retained records written back in the exact Web of Science plain text format so tools like CiteSpace can parse them without field-order or encoding errors. ## Core Features & Use Cases - Field-Order Preservation: Reorders fields to match the original WoS plain text layout exactly, keeping every field intact. - Encoding Consistency: Outputs files in UTF-8 or UTF-8 with BOM so downstream tools read them correctly. - Use Case: After running the S10 export of final retained records, convert '最终保留数据.txt' into '最终保留数据_WoS.wos' and import it directly into CiteSpace for co-citation analysis. ## Quick Start Convert my final retained data file '最终保留数据.txt' into the original WoS plain text format for CiteSpace.

Frequently Asked Questions about S14-数据格式化导出

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert cleaned data back to WoS plain text format?▼

Provide the final retained data file exported from the S10 step, and the records are rewritten with fields reordered to match the original WoS plain text layout. The output is saved as a .wos file ready for analysis tools.

What file format does CiteSpace require for bibliometric analysis?▼

CiteSpace reads Web of Science plain text files with the original field order and tags such as PT, AU, TI, and SO. This export produces exactly that structure, so the output file can be imported directly without manual reformatting.

Does the export preserve all fields from the original WoS records?▼

Yes, the export keeps every field from the retained records and restores the original WoS field order. No bibliographic information is dropped during the conversion.

What encoding should WoS plain text files use?▼

The output uses UTF-8 or UTF-8 with BOM encoding. This ensures special characters in author names and titles are read correctly by CiteSpace and other analysis tools.

Can I export large bibliographic datasets to WoS format?▼

Large files are supported through chunked reading via the S06 long-text reading capability. This prevents memory issues when converting datasets with many thousands of records.