ParsesMetadata
trait ParsesMetadata
Properties
protected array | $columnSynonyms | Column name synonyms. |
|
protected array | $ifdoFieldMap | Maps iFDO field names to BIIGLE metadata CSV fields. |
Methods
Parse a metadata CSV string to an array.
Parse metadata from a CSV file to an array.
Parse a volume metadata iFDO YAML string to an array.
Parse a volume metadata iFDO YAML file to an array.
Parse iFDO image-set-items to a CSV-like metadata array that can be parsed by
parseMetadata
if converted to a string.
Determine if a value is a valid handle.
Details
at line 53
array
parseMetadata(string $content)
Parse a metadata CSV string to an array.
at line 87
array
parseMetadataFile(UploadedFile $file)
Parse metadata from a CSV file to an array.
at line 101
array
parseIfdo(string $content)
Parse a volume metadata iFDO YAML string to an array.
at line 172
array
parseIfdoFile(UploadedFile $file)
Parse a volume metadata iFDO YAML file to an array.
at line 186
protected array
parseIfdoItems(array $header, array $items)
Parse iFDO image-set-items to a CSV-like metadata array that can be parsed by
parseMetadata
if converted to a string.
at line 290
protected bool
isValidHandle(string $value)
Determine if a value is a valid handle.