I need to retrieve a path of writer to remove this writer file from its directory to another one. I couldn't retrive the writer path using Shutdown Python Script.
Example :
src_file = "c://temp/file1.csv"
dst_file = feature.getAttribute("fme_basename") ??
shutil.move(src_file, dst_file)
I can't retrive feature into my script !
Any idea?
Thanks an advance.
Farfar