02-27-2020 07:17 AM
HI,
I was reading earlier post ppl are having issue with File Operation Snap.
I am having same issue. I am trying to copy/Move file to one location to another.
I have used File POLLER snap to find the file. and using FIle Operation snap but its giving me an error. enough the folder is empty it says file is already there.
Can some one please help me.?
THanks
Solved! Go to Solution.
03-26-2020 10:35 AM
In that case, the input binary data has zero byte. You need to select the boolean property “Write empty file” in the File Writer Snap.
03-20-2020 10:09 AM
It appears that you did not select “Validate & Execute” at the bottom of File Writer Snap.
03-26-2020 01:38 AM
HI,
i have set Valid & execute on file writter snap but still not getting any ouput .
please see image below for file writter snap
03-26-2020 10:35 AM
In that case, the input binary data has zero byte. You need to select the boolean property “Write empty file” in the File Writer Snap.
03-31-2020 02:14 AM
Thanks its working now. thanks for all your help. i didnt notice at all that file which i was writting was an empty file.
03-19-2020 02:16 PM
Nihil:
Regarding ClassCastException with File Operation Snap, “$original” in the Source property is invalid because the value of $original is a map data not string.
It should point at the source file path.