jeff,
Thanks for your reply.
Attribute 'ds' having the '07/04/2017'.
And convert that into month using UpdateAttribute.
${ds:toDate('dd/MM/yyyy'):format('MMM')}.
if i use that code in windows having language English(India) then it worked.
If i use that code in windows having language French(OS) it couldn't work.
Can you suggest any way to solve that problem?
On Fri, Apr 7, 2017 at 1:28 AM, Jeff <[email protected]> wrote:
> What is the expression language statement that you're attempting to use?
>
> On Thu, Apr 6, 2017 at 3:12 AM prabhu Mahendran <[email protected]>
> wrote:
>
>> In NiFi How JVM Check language of machine?
>>
>> is that take any default language like English(US) else System DateTime
>> Selected language?
>>
>> I face issue while converting datetime format into Month using expression
>> language with NiFi package installed with French OS.
>>
>> But it worked in English(US) Selected language.
>>
>> Can anyone help me to resolve this?
>>
>