Hi,
how can i rename a columne headline into my file name?
i know i will need the "dynamic rename tool".
here i use formular with:
If contains([_CurrentField_], "spend")
then >>filename<<
else [_CurrentField_]
endif
("spend" is the header i wanna rename)
so how can i can give this funktion the infomation about the filename?
i was thinking about
1) "output file name as field" in the input data - but then i have the information it in a new columne but how to give the if funktion this information?
2) funktion: "FileGetFileName(Path)" but how to get the filepath dynamic? Yes with the "field info tool" but same here - how to give this information to the if funktion in dynamic rename?
