ExifTool Forum

ExifTool => Newbies => Topic started by: jonesjc on June 03, 2013, 02:52:33 PM

Title: Setting separator in config file
Post by: jonesjc on June 03, 2013, 02:52:33 PM
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
Title: Re: Setting separator in config file
Post by: Phil Harvey on June 03, 2013, 06:15:17 PM
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