Difference between revisions of "PyOnlineSpreadSheetEditing"
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 17:37, 3 January 2022
OsProject
| OsProject | |
|---|---|
| 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
- 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