Skip to content

Commit

Permalink
fix fragment per feedback #260
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Aug 18, 2020
1 parent 9b43e04 commit 4395480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/apps/guides/data/csv-to-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ To fetch the files from Google Drive run the `fetch-csvs-from-google-drive` acti

#### Linking to Google Drive

The file `csvs-on-google-drive.json` in your project's home directory will consist of a key value pair for each CSV file. The keys must be the filename where the CSV will be stored locally — see the CSV [file documentation](https://github.com/medic/medic-conf#user-content-csv-file-name) for the notation. The value of each key must be the ID of the corresponding file in Google Drive — the ID can be obtained from the URL eg `https://docs.google.com/spreadsheets/d/{FILE_ID}/edit`.
The file `csvs-on-google-drive.json` in your project's home directory will consist of a key value pair for each CSV file. The keys must be the filename where the CSV will be stored locally — see the CSV [file documentation above]({{< relref "#creating-csv-files-for-contacts-reports" >}}) for the notation. The value of each key must be the ID of the corresponding file in Google Drive — the ID can be obtained from the URL eg `https://docs.google.com/spreadsheets/d/{FILE_ID}/edit`.

```json
{
Expand Down

0 comments on commit 4395480

Please sign in to comment.