Question
Atos Syntel
IN
Last activity: 23 Feb 2017 10:22 EST
File Listener renames processed files with time stamp like numbers.
The File listener in my application renames the processed files like below.
source file name: Test.csv
File name after processing: Test.1487272160154000.csv
I am assuming the numbers (1487272160154000) represent a time stamp, if yes what format is it in ?
***Moderator Edit: Vidyaranjan | Updated Categories***
I found that it is indeed a timestamp format - it is timestamp in milliseconds
search in google for 17 digit timestamp format
you can use the below link to convert it to human readable format
http://www.timestampconvert.com/
now, how to change the format to human readable one, have to trace it and find what is renaming the files.