[Isis-users] repetable fields
De Smet Egbert
egbert.desmet at uantwerpen.be
Mon May 25 12:04:31 CEST 2015
to hide <> simply use mhl mode of ISIS formatting language.
Sent from my Samsung Galaxy smartphone.
-------- Original message --------
From: Nuno Meireles <nuno.meireles at cm-penela.pt>
Date:25/05/2015 12:25 (GMT+03:00)
To: isis-users at iccisis.org
Cc:
Subject: [Isis-users] repetable fields
hello
i have one database microisis with the field v200 (title) like this:
200^a<As> fontes de informação da união europeia^bCD-ROM^e1 de Janeiro de 2006^e20 anos de adesão de Portugal à União Europeia^fCIEJD
I need to remove this < ..> on title
i made a simple text file like this to solve my problem:
___________________example.prc________________________________
lw(10000)
'D9900D9901D9902D9903D9904D9905D9906D9907D9908D9909D9910D9911D9912'
'D200'
proc('D9901A9901~'replace(s(mhl,V200^5|~|),'~','~A9901~')'~')
proc('D9902A9902~'replace(s(mhl,V200^a|~|),'~','~A9902~')'~')
proc('D9903A9903~'replace(s(mhl,V200^b|~|),'~','~A9903~')'~')
proc('D9904A9904~'replace(s(mhl,V200^c|~|),'~','~A9904~')'~')
proc('D9905A9905~'replace(s(mhl,V200^d|~|),'~','~A9905~')'~')
proc('D9906A9906~'replace(s(mhl,V200^e|~|),'~','~A9906~')'~')
proc('D9904A9907~'replace(s(mhl,V200^f|~|),'~','~A9907~')'~')
proc('D9904A9908~'replace(s(mhl,V200^g|~|),'~','~A9908~')'~')
proc('D9904A9909~'replace(s(mhl,V200^h|~|),'~','~A9909~')'~')
proc('D9904A9910~'replace(s(mhl,V200^i|~|),'~','~A9910~')'~')
proc('D9904A9911~'replace(s(mhl,V200^v|~|),'~','~A9911~')'~')
proc('D9904A9912~'replace(s(mhl,V200^z|~|),'~','~A9912~')'~')
mpl,
'A200~'
replace(S(' ',|^5|V9901,|^a|V9902,|^b|V9903,|^c|V9904,|^d|V9905,|^e|V9906,|^f|V9907,|^g|V9908,|^h|V9909,|^i|V9910,|^v|V9911,|^z|V9912),'~','')
'~'
_________________END OF EXAMPLE_________________
Now the problem its the repetable fields
In the output of command i only recive one field of ^e.
mx iso=database.iso proc=@example.prc<mailto:proc=@example.prc>
How can i manage the repetable fields??
Thanks
Nuno Meireles
_
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.iccisis.org/pipermail/isis-users/attachments/20150525/547f305d/attachment.html>
More information about the isis-users
mailing list