Import data

After you create a Cassandra table, import data to set up DSE Search for the tutorial.

Procedure

  1. Copy the cqlsh COPY command from the downloaded copy_nhanes.cql file.
  2. Paste the COPY command on the cqlsh command line, change the FROM clause to match the path to /solr_CQL3tutorial/nhanes52.csv in your environment, and then run the command.
    This action imports the data from the CSV file into the nhanes table in Cassandra.