Setting separator in config file

Started by jonesjc, June 03, 2013, 02:52:33 PM

Previous topic - Next topic

jonesjc

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

Phil Harvey

#1
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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).