Forum Discussion
stephenknilans
8 years agoContributor
Believe it or not, I had the SAME exact problem. I don’t believe there IS a snap to fix this, BUT, you can use the script snap. That is what I did. AND, though I didn’t write it to be neat. If you tell it you are using a python program, you can pivotdata.py.txt (1.6 KB)
use my script. I was a dreamer, and my dream didn’t work. You might want to change the line:
in_doc[“_”+fieldsr[i]]=fields[i]
to
in_doc[fieldsr[i]]=fields[i]
- virender_prajap8 years agoNew Contributor III
Thanks Stephen! 🙂
I’ll try this approach as well.