Image::ExifTool::Import(3pm) | User Contributed Perl Documentation | Image::ExifTool::Import(3pm) |
Image::ExifTool::Import - Import CSV and JSON database files
use Image::ExifTool::Import qw(ReadCSV ReadJSON); $err = ReadCSV($csvFile, \%database); $err = ReadJSON($jsonfile, \%database);
This module contains routines for importing tag information from CSV (Comma Separated Value) and JSON (JavaScript Object Notation) database files.
Exports nothing by default, but ReadCSV and ReadJSON may be exported.
Read CSV or JSON file into a database hash.
1) Hash reference for database object.
2) Optional string used to represent an undefined (missing) tag value. (Used for deleting tags.)
3) [ReadJSON only] Optional character set for converting Unicode escape sequences in strings. Defaults to "UTF8". See the ExifTool Charset option for a list of valid settings.
Copyright 2003-2018, Phil Harvey (phil at owl.phy.queensu.ca)
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2021-04-26 | perl v5.28.1 |