brianmhess / cassandra-loader

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

Empty BLOB columns #109

Open rogern opened 3 years ago

rogern commented 3 years ago

When unloading empty BLOB columns the exported file leaves it empty and then loading treats those as nulls which isn't right. I can imagine that representing this in a file isn't straight forward but I'm wondering if there are any workarounds for this? -nullStrings only works for TEXT columns so I'm stuck on this.