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.

Comments

WorldFallz’s picture

blackarma’s picture

Thanks WorldFallz very usefull modules.

So this might work with CCK + user_import.
I need to play around with those.

But again thanks.