You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with an author who has used the CSV bulk import feature to upload the metadata for a large number of essays. He noticed when testing out some search queries that none of his searches for IPTC:City returned any results. After a bit of digging, he realized that the value he used in the CSV for the metadata field was "iptc:city" and they value that appears on a page when the metadata is added manually is "iptc:City".
Here is an example (Link)of a page that was generated via the CSV with "iptc:city":
And here is an example (Link) of a page where iptc:City is added through the manual process (i.e., Edit > Metadata > Add metadata)
Can you advise on any methods to update these pages programmatically? The API section of the user guide mentions update methods and it seems like there is logic in the the transfer tool for updating through a CSV, which would be ideal because the author could do it themself. Are either of these routes we could take? There are approximately 400 records to update, so we would like to avoid completing it by hand, if possible.
The text was updated successfully, but these errors were encountered:
I see what you mean. It's true, the Transfer tool can be used to bulk update metadata using an spreadsheet. I could walk you through that (e.g., via email).
Though, quick question: if the search were case insensitive so that it matched iptc:city and iptc:City, would that work?
Yeah, a case insensitive search would absolutely work as well. Although, if you are willing, I'd love to hear about using the Transfer tool for bulk updates. My email is [email protected].
I'm working with an author who has used the CSV bulk import feature to upload the metadata for a large number of essays. He noticed when testing out some search queries that none of his searches for IPTC:City returned any results. After a bit of digging, he realized that the value he used in the CSV for the metadata field was "iptc:city" and they value that appears on a page when the metadata is added manually is "iptc:City".
Here is an example (Link)of a page that was generated via the CSV with "iptc:city":
And here is an example (Link) of a page where iptc:City is added through the manual process (i.e., Edit > Metadata > Add metadata)
Can you advise on any methods to update these pages programmatically? The API section of the user guide mentions update methods and it seems like there is logic in the the transfer tool for updating through a CSV, which would be ideal because the author could do it themself. Are either of these routes we could take? There are approximately 400 records to update, so we would like to avoid completing it by hand, if possible.
The text was updated successfully, but these errors were encountered: