usc-isi-i2 / Web-Karma

Information Integration Tool

Home Page:http://www.isi.edu/integration/karma/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List of PyTransform functions

ekontopoulos opened this issue · comments

What is the list of available functions one can use in PyTransform? The ones mentioned in the documentation are: getValue, getRowIndex, getValueFromNestedColumnByIndex, but I guess there are other ones as well (?)

The above are special functions provided so that you can access the data. You can use any Python functions for this. You can even design your own user-defined functions. While designing your own user-defined functions, you just need to be mindful of the memory limit on importing Python packages into Karma.