Skip to main content

in in FME Json Reader following,

{

"yourDateOfBirth":"15/08/1987"

}

become column yourDateOfBirth with a value of 15/08/1987, I need to convert to value 08/15/1987?

 

Thanks

There is a known bug with the DateTimeConverter, if you select the attribute it needs to work on via the triangle menu it does not actually pick that attribute, but rather the literal text you see there (@Value etc etc), you need to select the attribute via the [...] button instead.


Reply