Difference between revisions of "Workdocumentation 2021-03-30"

From OPENRESEARCH mk copy Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
**<source lang='bash'>
 
**<source lang='bash'>
 
wikiedit -t wikiId -q "[[isA::Event]]" --search "(\|Ordinal=[0-9]+)(?:st|nd|rd|th)\b" --replace "\1"
 
wikiedit -t wikiId -q "[[isA::Event]]" --search "(\|Ordinal=[0-9]+)(?:st|nd|rd|th)\b" --replace "\1"
</source>  
+
**</source>  
  
 
** A code snippet can be used coupled with wikibackup and bash tools for specific editing of pages:
 
** A code snippet can be used coupled with wikibackup and bash tools for specific editing of pages:
 
** [https://github.com/SmartDataAnalytics/OpenResearch/files/6065394/Python_Ordinal.zip Code Snippet]
 
** [https://github.com/SmartDataAnalytics/OpenResearch/files/6065394/Python_Ordinal.zip Code Snippet]
 +
** Pipeline usage:
 +
** <source lang='bash'>
 +
</source>

Revision as of 21:53, 30 March 2021

Red Links and Data Fixations

Broken redirects

Broken file links

Broken properties and errors

  • The property Property:Has improper value for stores all invalid values.
  • For the Fix for ordinals the following approaches can be used :
    • This approach finds and edits all events with ordinals fixed:
    • wikiedit -t wikiId -q "[[isA::Event]]" --search "(\|Ordinal=[0-9]+)(?:st|nd|rd|th)\b" --replace "\1"
      **
      
    • A code snippet can be used coupled with wikibackup and bash tools for specific editing of pages:
    • Code Snippet
    • Pipeline usage: