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

Tests for Costco / Transform code #114

Closed
rufuspollock opened this issue May 13, 2012 · 1 comment
Closed

Tests for Costco / Transform code #114

rufuspollock opened this issue May 13, 2012 · 1 comment
Milestone

Comments

@rufuspollock
Copy link
Member

Example problem

Try this demo:

http://reclinejs.com/demos/multiview/?url=http://data.london.gov.uk/datafiles/transport/tfl_passengers.csv&backend=dataproxy

Try to do the following transform:

function(doc) {
  doc['_noname_'] = doc['_noname_'].split(' - ')[0];
  return doc;
}

And the whole grid is empty!

@rufuspollock
Copy link
Member Author

WONTFIX. transform / costco code is or should be going - see #349

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

2 participants