Closed querales closed 9 years ago
Looks like the commas are not being escaped properly i.e. if there is a comma in the topic name (or whatever you are pulling back), it needs to be escaped otherwise it will create a new column.
@querales - G this is now fixed. Refresh your code by opening up a terminal window in the exporter dir and running:
git pull origin master
Looks like the commas are not being escaped properly i.e. if there is a comma in the topic name (or whatever you are pulling back), it needs to be escaped otherwise it will create a new column.