Update Readme and added additional lines into config.example to express the option to have multiple documents and service accounts.
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
{
|
||||
"path": "credentials.json",
|
||||
"rateLimitPerMinute": 50
|
||||
},
|
||||
{
|
||||
"path": "credentials_2.json",
|
||||
"rateLimitPerMinute": 50
|
||||
}
|
||||
],
|
||||
"documents": [
|
||||
@@ -25,6 +29,16 @@
|
||||
"outputFilename": "sheet1.csv"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"documentId": "YOUR_SPREADSHEET_ID_2",
|
||||
"outputDir": "output/your-document-2",
|
||||
"sheets": [
|
||||
{
|
||||
"name": "Sheet1",
|
||||
"outputFilename": "sheet1.csv"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user