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
The basic task of the curation-cr module is to create xpaths from profiles. The are some points to investigate:
since the task has to be performed in vlo-importer too, we could maybe take the functionality from there
ParsedProfile has some methods who iterate through the xpaths Map and create a new Map or List. It would be more efficient to create Map/List once and them in the same iteration where we fill the xpaths Map
The text was updated successfully, but these errors were encountered:
The basic task of the curation-cr module is to create xpaths from profiles. The are some points to investigate:
The text was updated successfully, but these errors were encountered: