Allow users to specify index of the header row in sheet config #294
Labels
document feature: yes
enhancement ✨
New feature or request
good first issue 🥇
Good for newcomers
size: small
under the hood
Milestone
As seen in #292 and #293 sheets might not have the first row as their header. In that case sheetwork currently fails or when #293 will be implemented it will throw and error that the first row is empty.
In some cases users who are responsible for the ingest may not have rights to edit the sheet or it might not even be handy to do so. In that case we should allow the user to pass a setting in the
sheet.yml
config that looks something like this:NOTE: GoogleSheet indeces do not start from 0 so we need to make sure we handle the conversion under the hood.
The text was updated successfully, but these errors were encountered: