best-practice-and-impact/gptables

Write to both formatted workbook and CSVW

Opened this issue · 2 comments

Write to both formatted workbook and CSVW

Python package csvcubed is being developed to help analysts produce CSVW files as part of a RAP

Aim to extend gptables to by default produce csvcubed outputs for each sheet in the output document, as well as the usual spreadsheet document.

gptables should optionally take csvcubed configs, to allow the user to specify additional metadata for each sheet.

Note: Potential issues include the overlap in metadata between our GPTable object and the csvcubed configuration file. We might want to set an order of presedence (e.g. our cover sheet (e.g. for source) > the GPTable object > the csvcubed config).