Search code examples
javawebspherejythonwebsphere-7

Websphere wsadmin read csv


Is it possible to make Websphere to work with CSV? I would love to leverage jython csv module. But it seems default Websphere 7 jython doesn't have that.

Is it possible to either include a jar in the classpath or upgrade the jython in websphere

Please advise

Thanks in advance!


Solution

  • try to extract Lib/csv.py from the latest jython distribution and place it into WAS_ROOT/optionalLibraries/jython/Lib.

    Let us know if that worked :)