We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For now there is a 3 DataSet format allowed to load data with the DataLoader of CassandraUnit :
Xml : How to create a Xml DataSet?
JSON : How to create a Json DataSet?
Yaml : How to create a Yaml DataSet?
CQL3 script : How to create a CQL3 DataSet?
You can create you own implementation of DataSet (by implementing the DataSet Interface).