Difference between revisions of "PyOnlineSpreadSheetEditing"

From BITPlan Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
|state=active
 
|state=active
 
|owner=Wolfgang Fahl
 
|owner=Wolfgang Fahl
|title=python Online SpreadSheet Editing tool with configurable enhancer/importer and check phase
+
|title=pyOnlineSpreadSheetEditing
 +
|description=python Online SpreadSheet Editing tool with configurable enhancer/importer and check phase
 
|url=https://github.com/WolfgangFahl/pyOnlineSpreadSheetEditing
 
|url=https://github.com/WolfgangFahl/pyOnlineSpreadSheetEditing
|version=0.0.17
+
|version=0.0.18
|date=2022-12-21
+
|date=2023-01-05
 
|since=2021-12-12
 
|since=2021-12-12
 
|storemode=property
 
|storemode=property

Revision as of 16:34, 5 January 2023

OsProject

OsProject
edit
id  pyOnlineSpreadSheetEditing
state  active
owner  Wolfgang Fahl
title  pyOnlineSpreadSheetEditing
url  https://github.com/WolfgangFahl/pyOnlineSpreadSheetEditing
version  0.0.18
description  python Online SpreadSheet Editing tool with configurable enhancer/importer and check phase
date  2023-01-05
since  2021-12-12
until  

Semantic MediaWiki Use Case

SMWCon Fall 2021 Presentation

Workflow

Steps

  1. Queries - multiple ones potentially via RESTful call giving e.g. CSV/JSON ... result , Simple Example: CSV export
  2. Enhance data - multiple RESTful calls (optional)
  3. manual check and edit with Spreadsheet
  4. Final data check - multiple RESTful calls (optional)
  5. Store data e.g. Wiki / Wikidata ... Simple Example: CSV import

Issues