Hi,
I have a file that contains a lot of tags like below
All I want is to convert the Roman numerals II and LXI in _vol tag.
_vol contains either integer or Roman numeral only.
Is there any way to achieve that.
Thanks in advance.
Arun
I have a file that contains a lot of tags like below
Code: Select all
_tag1 text
_tag2 some text
_vol 1
_iss 12
_tag1 text1
_tag2 some other text
_vol II
_iss 8
_tag1 sample text
_vol LXI
_iss 8
_vol contains either integer or Roman numeral only.
Is there any way to achieve that.
Thanks in advance.
Arun