brianmhess / cassandra-loader

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

Unloader writes text data with unescaped newlines #16

Closed KenMcK1 closed 8 years ago

KenMcK1 commented 8 years ago

The unloader writes text fields containing newlines without escaping them. This breaks the loader. Either newlines (and maybe some other characters like tabs) should be escaped, or there should be an option to change the line end delimiter to something that won't appear in the data.

vitoonpto commented 8 years ago

I agree! I have large text fields with newlines. I am getting linecounts from the unloader that don't agree with the record count in Cassandra.

brianmhess commented 8 years ago

I believe this is now fixed in v0.0.19.