我正在尝试制作一个批处理文件以从文件中提取数据并将其设置为变量。
棘手的部分是我需要读取一个 XML 文件,我只需要下一行引号之间的数据......
narrative="I only need this text here"
该行中的文本还可以包含空格、括号、斜杠、破折号和冒号。
示例 XML 文件:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<cadcall>
<call callnumber="123456" jurisdiction="abcd" department="dept 1" complaint="cost" priority="M" calltencode="" callername="Persons Name" phonenumber="Cell Number HERE" narrative="[10/02/2012 14:56:27 : pos9 : PERSON] Fairly long narrative here describing issue of dispatch, but sometimes these can be short." alarmtype="" ocanumber="0000000000" disposition1="TRAN" />
</cadcall>