There is 2 new features was added in the current version. The one is settings for delimeter(comma, space, or tab) for export/import to/from text file in CSV format, and another is added time zone adjustment for editing Date Time, Date Time Original, and Date Time Digitized.
Now you can specify delimeter for exporting CSV data to text file. So, you can get result data in the following variants:
Comma as delimeter
“/Exif/Image/Description”,”SANYO DIGITAL CAMERA”
“/Exif/Image/Make”,”SANYO Electric Co.,Ltd.”
“/Exif/Image/Model”,”VPC-MZ3 “
“/Exif/Image/Orientation”,”1″
2) Space as delimeter
“/Exif/Image/Description” “SANYO DIGITAL CAMERA”
“/Exif/Image/Make” “SANYO Electric Co.,Ltd.”
“/Exif/Image/Model” “VPC-MZ3 “
“/Exif/Image/Orientation” “1”
“/Exif/Image/XResolution” “72/1”
3) Tab as delimeter
“/Exif/Image/Description” “SANYO DIGITAL CAMERA”
“/Exif/Image/Make” “SANYO Electric Co.,Ltd.”
“/Exif/Image/Model” “VPC-MZ3 “
“/Exif/Image/Orientation” “1”
“/Exif/Image/XResolution” “72/1”
Also, you can import data in these three formats.
To change delimeter go to “Tools” -> “Options…” -> “Settings” tab, and “Export and Import” section.
There is 2 new features was added in the current version. The one is settings for delimeter(comma, space, or tab) for export/import to/from text file in CSV format, and another is added time zone adjustment for editing Date Time, Date Time Original, and Date Time Digitized. (more…)