Created 06-21-2020 08:37 AM
Hi,
How can i convert integer value like 20190202 into Date format like 2019-02-02 in the NiFi flowfile content?
Created on 06-23-2020 10:08 PM - edited 06-23-2020 10:09 PM
@AJ121 -Please try this :${datestring:toDate("yyyyMMdd","GMT"):format("yyyy-MM-dd")}Please accept if it helped/solved your problem.
View solution in original post