Hello,
Is it possible to set the separator (-sep) in the config file? We're having trouble specifying the parameters in the file that issues the Exiftool command.
Actually, more to the point, is it possible to suppress parsing of the comma delimited values in a list field (just leave them as they are in a single field) when outputting to XML?
Thanks,
JC
With ExifTool 9.30, the -sep option has no equivalent that may be set via the config file.
However, I will add the ability to accomplish this by setting the API List option to 0 in version 9.31 :
%Image::ExifTool::UserDefined::Options = (
List => 0,
);
- Phil