haganbt / PYLON-exporter

Utility for exporting data from a PYLON index
4 stars 2 forks source link

Commas are not being escaped properly #42

Closed querales closed 9 years ago

querales commented 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.

haganbt commented 9 years ago

@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