> For the complete documentation index, see [llms.txt](https://docs.graphite-note.com/graphite-note-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphite-note.com/graphite-note-documentation/~/changes/E2AMshWWxt1bMPRlFt2a/datasets/data-sources-in-graphite-note/csv/re-upload-a-csv.md).

# Re-upload a CSV

If you have you collected more data related to your uploaded CSV or there has been a change in the [data you have uploaded](/graphite-note-documentation/~/changes/E2AMshWWxt1bMPRlFt2a/datasets/data-sources-in-graphite-note/csv/upload-a-csv.md) you can use the re-uploading option.

To understand, if you have a new file with new data, you can re-upload to append it to the previous dataset. Just keep in mind that the file you select must have the same column structure as the previously uploaded file.

To re-upload a CSV file :

1. Go to *Datasets list*

<figure><img src="https://3727300098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgnR78y9L7FDWeb4jdvdW%2Fuploads%2FOACLcITtEfyYSG9ODeJL%2Fimage.png?alt=media&amp;token=6ac9d1da-fa93-45fe-b20e-4855ea49500b" alt=""><figcaption></figcaption></figure>

2. Select the dataset you want to re-upload

<figure><img src="https://3727300098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgnR78y9L7FDWeb4jdvdW%2Fuploads%2Fg1PpE91kjbY6Skv3Iibk%2Fimage.png?alt=media&amp;token=0ba6d115-d327-4106-a494-de9a921f7af0" alt=""><figcaption></figcaption></figure>

3. Select *Re-upload*

<figure><img src="https://3727300098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgnR78y9L7FDWeb4jdvdW%2Fuploads%2FP085pPTrjYlk3zPSjNCN%2Fimage.png?alt=media&amp;token=72e3c750-2013-48b2-b73e-ade69bef87bb" alt=""><figcaption></figcaption></figure>

4. Depending on your needs, you can select *Append data*

<figure><img src="https://3727300098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgnR78y9L7FDWeb4jdvdW%2Fuploads%2FEewz0vEWE7tV4r7v45Sr%2Fimage.png?alt=media&amp;token=a6882aca-31e9-463d-9699-6fc0721c8a83" alt=""><figcaption></figcaption></figure>

5. Select or drop your CSV file

<figure><img src="https://3727300098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgnR78y9L7FDWeb4jdvdW%2Fuploads%2FIac9Kj38QtFqJLfwpX3j%2Fimage.png?alt=media&amp;token=90502add-3a9c-4f35-aaee-a10dc7202a8b" alt=""><figcaption></figcaption></figure>

6. Select *Update*

<figure><img src="https://3727300098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgnR78y9L7FDWeb4jdvdW%2Fuploads%2FBG3sEBgz3XQ8eDNB8TJa%2Fimage.png?alt=media&amp;token=1de39399-e9fc-45fa-bf36-506daf562e54" alt=""><figcaption></figcaption></figure>

For example, it can be useful for monthly data. If every month you are getting new data in a CSV file and you need to merge the data for all the months into one CSV file. Instead of repeating the copy and paste commands, you can use the re-upload option on every month, which is easier and faster.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.graphite-note.com/graphite-note-documentation/~/changes/E2AMshWWxt1bMPRlFt2a/datasets/data-sources-in-graphite-note/csv/re-upload-a-csv.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
