asked on May 13, 2014
I am creating a LST file to be used with Import Agent. When I exported my data as an xml file, the image list is one long string of text. Is there an "easy" way to separate these into strings of 8 digits?
Example:
<IMAGELIST>0000000100000002000000030000000400000005</IMAGELIST>
Needs to be:
STARTLIST
00000001.tif
00000002.tif
00000003.tif
00000004.tif
00000005.tif
ENDLIST
Thanks!
Jen
0
0