Difference between revisions of "PyOnlineSpreadSheetEditing"

From BITPlan Wiki
Jump to navigation Jump to search
Line 43: Line 43:
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
= Steps =
 +
#Queries - multiple ones potentially via RESTful call giving e.g. CSV/JSON ... result , Simple Example: CSV export
 +
#Enhance data - multiple RESTful calls (optional)
 +
#manual check and edit with Spreadsheet
 +
#Final data check - multiple RESTful calls (optional)
 +
#Store data e.g. Wiki / Wikidata ... Simple Example: CSV import
 +
 
= Issues =
 
= Issues =
 
#{{Ticket|1|List of Dict support|pyOnlineSpreadSheetEditing}}
 
#{{Ticket|1|List of Dict support|pyOnlineSpreadSheetEditing}}
 
#{{Ticket|2|List of Dict support for CSV|pyOnlineSpreadSheetEditing}}
 
#{{Ticket|2|List of Dict support for CSV|pyOnlineSpreadSheetEditing}}
 
#{{Ticket|3|allow enhancer Callback|pyOnlineSpreadSheetEditing}}{{Done}}
 
#{{Ticket|3|allow enhancer Callback|pyOnlineSpreadSheetEditing}}{{Done}}

Revision as of 18:37, 3 January 2022

OsProject

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

Freitext

Semantic MediaWiki Use Case

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

  1. Issue 1 - List of Dict support
  2. Issue 2 - List of Dict support for CSV
  3. Issue 3 - allow enhancer Callback