.sent file

Hi All,
I’ve automated and scheduled a process which is processing csv files and generating excel output.
the output from a manual run is normal but from a scheduled run it is generating excel along with .sent extension.

image

what is this extension and why this is happening and how can I avoid it.
any suggestions please.

Thanks :slight_smile:

According to this the extension is most commonly used with the Apple II operating system.

If you remove the “.sent” from the file manually does the .xlsx open correctly? If so a temporary workaround could be to simply check the filename at the very end of your process and remove the “.sent” part of the filepath.

1 Like

Yes it does. code can handle it but this is not expected. Just curious to know what could be the reason behind that as the bot is not having any issue on development server. it is happening on production only.