Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i created this job tFileList------->tSystem------------>tExtractDelimetedFields
in order to iterates on files and folders with tFileList, get ((String)globalMap.get("tFileList_1__CURRENT_FILEPATH")) as result and use this result in tSytem as argument to my script Python.
rq : my script python allow me to read DBF file.
I used this command : "python \"liredbf.py" + ((String)globalMap.get("tFileList_1__CURRENT_FILEPATH")) but i got this error
python: can't open file 'liredbf.py null': [Errno 2] No such file or directory
How can i get the result of tFileList to use it as argument for my Script Python.
Thank you in advance
cordially.
It is true, that's the error thank you very much
Now my job can read the file but it read only one !
I don't now why !
it just wrong screen picture
because
left - number of iterations
right - number of files in current iteration 🙂 and it always 1
Ah ok
Thank you very much for your help.
It works.
Welcome 🙂