-
Notifications
You must be signed in to change notification settings - Fork 58
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
Cannot update multiple rows with gramex.data.update #312
Comments
I'll explore this. I forgot what the intended behavior is, but the update should be able to change multiple rows as described. Will plan for the Nov release. |
This feature has slipped by a month and will be planned for the January release |
I am still behind on this feature, and it's at risk for 1.67. |
@sanand0 @bhatsandeep When are we planning to fix this? This is blocking https://gramenertech.atlassian.net/browse/GRAMEX-15 Specifically, from the user management component of the admin2 app, editing attributes of multiple users at a time doesn't work.The last value overwrites the whole table. |
@jaidevd -- the places to change are in data.py
Could you see if you could send a PR? |
Is something not working as expected?
gramex.data.update
does not parseargs
correctly.Steps to reproduce.
Suppose there's a
file.csv
containing:then the following:
converts it into:
Expected behavior
It should update rows 2 and 3 to
a
andb
respectively.Your environment:
The text was updated successfully, but these errors were encountered: