Quote:
Originally Posted by nynaevelan
Thanks CapM, I will use that and move my isbn's and then run the script to see if my isbn matches.
|
Which reminds me ... when I was messing around with this I did something like this:
Create 3 custom columns:
#oldisbn
#newisbn
#isbncompare -- a column built from other columns, sort/search by Yes/No
{#isbncompare:'strcmp(field('#oldisbn'), field('#newisbn'), 'No', 'Yes', 'No')'}
Save the existing isbn to #oldisbn
Clear isbn
Run Extract ISBN
Copy the new isbn to #newisbn
browse and observe ...