My kafka message has multiple fields which contain epoch timestamps in long format. My message looks like this :
{
"someDate1":1512725505000,
"someDate2":1518060461000,
"ABC":"XYZ",
"PQR":"MNO"
}
Is there a way to convert all these epoch timestamps to date time format when loading into hdfs using some property in the camus properties file.