Hello,
I have recently started managing https://ahus.us.es and after performing some maintenance tasks, I've realized that my database might be corrupted. When running php symfony csv:export all.csv, it exports about 3000 items and then stops with the message "Unknown record property 'authorizedFormOfName' on 'QubitStaticPage'".
I've read a bit about this error on the forums and its challenging resolution. Initially, I suspected a mix of encodings in the records, and now I'm thinking it might be due to an installation done without properly clearing the tables... I would like to investigate it more thoroughly because I'm not sure if my problem involves dozens, hundreds, or thousands of items. The website works perfectly; the issue arises with CSV and EAD exports.
I was wondering if anyone knows which tables need to be consulted to generate the csv. I know the fields are as follows:
legacyId,parentId,qubitParentSlug,identifier,accessionNumber,title,levelOfDescription,extentAndMedium,repository,archivalHistory,acquisition,scopeAndContent,appraisal,accruals,arrangement,accessConditions,reproductionConditions,language,script,languageNote,physicalCharacteristics,findingAids,locationOfOriginals,locationOfCopies,relatedUnitsOfDescription,publicationNote,digitalObjectURI,digitalObjectChecksum,generalNote,subjectAccessPoints,placeAccessPoints,nameAccessPoints,genreAccessPoints,descriptionIdentifier,institutionIdentifier,rules,descriptionStatus,levelOfDetail,revisionHistory,languageOfDescription,scriptOfDescription,sources,archivistNote,publicationStatus,physicalObjectName,physicalObjectLocation,physicalObjectType,alternativeIdentifiers,alternativeIdentifierLabels,eventDates,eventTypes,eventStartDates,eventEndDates,eventDescriptions,eventActors,eventActorHistories,eventPlaces,culture,nameAccessPoints,genreAccessPoints,descriptionIdentifier,institutionIdentifier,rules,descriptionStatus,levelOfDetail,revisionHistory,languageOfDescription,scriptOfDescription,sources,publicationStatus,digitalObjectURI,digitalObjectChecksum,generalNote,appraisal,physicalObjectName,physicalObjectLocation,physicalObjectType,alternativeIdentifiers,alternativeIdentifierLabels,eventDates,eventTypes,eventStartDates,eventEndDates,eventDescriptions,eventActors,eventActorHistories,eventPlaces,publicationNote,archivistNote,culture
And i´m looking if anybody has:
legacyId--> information_object.id
parentId--> information_object.parent_id
qubitParentSlug --> NO IDEA
identifier
-->
information_object_i18n.title
....
I understand that I need to follow the Entity-Relationship diagram, but I'm not sure if someone has a more direct relation (or if it is posted somewhere). Or better the sentence SQL that creates the CSV entry.
Thanks
--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/d6718c58-bd70-4d90-bbea-dda67f5981d4n%40googlegroups.com.