ExifTool Forum

ExifTool => Newbies => Topic started by: hedvar on April 02, 2021, 02:51:36 PM

Title: Add prefix to copy number
Post by: hedvar on April 02, 2021, 02:51:36 PM
Need Help
get thet %-3c give me a copu number padded with zeros to 3 digits but I'm looking to add text copy numer in front of number id copy is this possible

Thinking this will be easy to search for this specific test to delete duplicats
Title: Re: Add prefix to copy number
Post by: Phil Harvey on April 02, 2021, 02:57:08 PM
There is no way to add arbitrary text, but you could use %-10c and search for "-00000000".

- Phil
Title: Re: Add prefix to copy number
Post by: hedvar on April 03, 2021, 06:21:28 AM
Thanks for your excelent program and quick respons.

I think I have to go with your solution