Guides
/
Sending and managing data
/
Send and update your data
/
Connectors
May 14, 2024
CSV
The CSV connector lets you read rows from a CSV file and store them in an Algolia index.
The connector expects a CSV file where each row represents a record. Each row must have a unique identifier that Algolia uses as the object ID.
Copy
1
2
3
userID,firstName,lastName
1001,Marianne,Neal
1002,Austin,Wolfe
Did you find this page helpful?