> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Import Entries From CSV

Import entries from a CSV file to a client list, with options to merge with or replace existing entries.

<Note>
  External Documentation

  To learn more, visit the [Akamai Client List documentation](https://techdocs.akamai.com/client-lists/reference/post-import-file).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter           | Description                                                                                                                         |
  | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
  | Action              | Select whether to merge with existing entries or replace all entries.                                                               |
  | CSV File Identifier | The identifier of the CSV file containing entries to import.                                                                        |
  | Dry Run             | Execute as a dry run to preview changes without saving the imported entries.                                                        |
  | List ID             | The ID of the client list to import entries into.                                                                                   |
  | Version             | The current version number of the client list.<br /><br />This value can be obtained using the **Get Client List Snapshot** action. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                      |
  | ------------------ | -------------------------------------------------------------------------------- |
  | Account Switch Key | An account switch key to execute the operation on behalf of a different account. |
</div>

## Example Output

```json theme={"dark"}
{
	"itemsImported": true,
	"listVersion": 3,
	"result": [
		{
			"createDate": "2023-04-05T19:29:02.320+00:00",
			"createdBy": "szhang",
			"description": "Jamaica - North America",
			"expirationDate": "2023-12-31T23:59:19.700+00:00",
			"listId": "1234_MYIPLIST",
			"productionStatus": "INACTIVE",
			"stagingStatus": "INACTIVE",
			"tags": [
				"allowlist2"
			],
			"type": "GEO",
			"updateDate": "2023-04-05T19:29:02.320+00:00",
			"updatedBy": "jkowalski",
			"value": "JM"
		}
	]
}
```

## Workflow Library Example

[Import Entries from Csv with Akamai Client List and Send Results Via Email](https://library.blinkops.com/workflows/import-entries-from-csv-with-akamai-client-list-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/import-entries-from-csv-with-akamai-client-list-and-send-results-via-email/canvas" />
</div>
