Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete doesn't work for string values #5

Open
chrisbartley opened this issue Nov 2, 2015 · 0 comments
Open

Delete doesn't work for string values #5

chrisbartley opened this issue Nov 2, 2015 · 0 comments

Comments

@chrisbartley
Copy link
Member

Deletion by importing a value of false doesn't work for string values. For example, import the following:

{"channel_names":["foobar"], "data":[
[1445624602,"this is a string value"],
[]]}

Then call export (here, requesting JSON output) to verify the data:

./bin/export ./data-dev 1 --json feed_34.foobar

Export output should look like this:

{"channel_names":["feed_34.foobar"],"data":[
[1445624602,"this is a string value"]
]}

Then do another import, attempting to delete the value by specifying a false value:

{"channel_names":["foobar"], "data":[
[1445624602,false],
[]]}

But, if you do another export, you'll see that the string value is still there, as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant