Skip to content

Commit

Permalink
added config for 'invalid_manuscripts_to_exclude'
Browse files Browse the repository at this point in the history
  • Loading branch information
HazalCiplak committed Sep 9, 2024
1 parent e4386b9 commit 0d33cde
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,14 @@ spreadsheets:
datasetName: "{ENV}"
tableName: 'reviewed_preprint_meca_path_update'
tableWriteAppend: true

# eJP invalid manuscripts to exclude
- spreadsheetId: '1xGUTxD4U67kcjNuJ7zXz1XSkK-0wCiR6h-Om64dp2pM'
sheets:
- sheetName: 'invalid_manuscripts'
sheetRange: ''
headerLineIndex: 0
dataValuesStartLineIndex: 1
datasetName: "{ENV}"
tableName: 'invalid_manuscripts_to_exclude'
tableWriteAppend: true

0 comments on commit 0d33cde

Please sign in to comment.