Skip to main content
The CSV connector lets you read rows from a CSV file and store them in an Algolia index. You can host your CSV file on any server that supports: http, https, ftp, ftps, or sftp. Specify the protocol at the beginning of the URL. 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.
CSV
userID,firstName,lastName
1001,Marianne,Neal
1002,Austin,Wolfe

Limitations

This connector is subject to the following limitations:
I