Import excel file and do things with data ?
armababy - October 12, 2009 - 11:31
Hello!
I want to make sort of statistic on users profiles, basicaly what i want is:
1) Import data from excel to drupal (via model or something)
2) Excel data contains 2 fields username and value, it should take username and add value from excel to that user in drupal website.
3) Before adding that value to designated user on website run value field with some formula like (newvalue=value / 0.25)
I would ask some suggestions how to archive something similar to this with modules or somehow else.
Well i hope all this make any sense.
Let me know if anything of this doesn't make any sense.
Thanks in advance.

_
See the http://drupal.org/project/node_import and http://drupal.org/project/user_import modules.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
Thanks WorldFallz very
Thanks WorldFallz very usefull modules.
So this might work with CCK + user_import.
I need to play around with those.
But again thanks.