brianmhess / cassandra-loader

Delimited file loader for Cassandra
Apache License 2.0
197 stars 93 forks source link

Unable to (un)load from keyspace with a dash in its name. #24

Closed mickaelgervais closed 8 years ago

mickaelgervais commented 8 years ago

I'm trying to (un)load data from a keyspace which has a dash ('-') in its name.

This is due to the regex.

Thanks

Mickaël

al3xandru commented 8 years ago

According to the spec dashes are not allowed in the keyspace, table, column identifiers.

brianmhess commented 8 years ago

Dash is not allowed in a Keyspace or Table name.