# Import CSV file to Social Registry

This document provides instructions to import .csv file to Social Registry (SR) Module.

## Prerequisites

* The user must have access to the Social Registry module in OpenG2P systems.

## Procedure

1. Use the link ***socialregistry.explore.openg2p.org*** to access the Social Registry.
2. Click the main menu icon ![](/files/jsRVDffM09VtGFJaNGuN) and select ***Social Registry***

You can view the ***Groups*** screen by default.

<figure><img src="/files/3rGKrUa3bsmAgtHaRndJ" alt=""><figcaption></figcaption></figure>

3. In the menu bar, click the ***Individual*** tab.

***Individual*** screen is displayed.

4. Click the ***Action*** icon and then select ***Import records***.

<figure><img src="/files/c8BGcCFNsHH47Gjx93xA" alt=""><figcaption></figcaption></figure>

***Individuals Import a File*** screen is displayed.

<figure><img src="/files/lhgZF1nR7Jx6pq6SUyYX" alt=""><figcaption></figcaption></figure>

5. Click the ***Upload File*** button.
6. Browse for the file location and upload the file.

Below the File Column, the name of the fields are populated from the .csv file. You need to map the field names from CSV file with the associated Odoo Field name.

For example, the mapping of the few fields are given below.

| Field name in .csv file | Mapped to Odoo Field Name |
| ----------------------- | ------------------------- |
| language                | Language                  |
| id\_type                | Registrant IDs / ID Type  |
| id\_number              | Registrant IDs / Value    |
| given\_name             | Given Name                |

Similarly, you must map the rest of the fields.

7. Click the ***Test*** button to validate the mapping.

A pop up message ***Everything seems valid*** implies that the mapping of the field is successfully validated.

8. Click the ***Load File*** button to upload another csv file for validation
9. Click the ***Cancel*** button to exit from the screen.
10. Click the ***Import*** button to import the csv file after successful validation.

The files are imported to the individual registry dashboard.

This completes the process of importing .csv file into the individual registry.


---

# Agent Instructions: 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:

```
GET https://docs.openg2p.org/1.3/social-registry/features/individuals-and-groups/user-guides/import-csv-file-to-social-registry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
