Hi ,
I have a script Python to read the Hierarchical from a format. First I extract this format with the library and after try to read the folder. In Pycharm is works:
result = Format [subfolder]
My question is: how can I do this structure in PythonCaller? I did try without success:
feature.setAttribute('Format[subfolder]',result)
Thanks,
Danilo