Profile

Ritesh Kumar

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 3 of 3 total
Posted By Ritesh Kumar 10-20-2019 16:45
Found In Community: Pentaho
\ view thread
Hi - I am using Modified JavaScript value step to create json objects . I cant use JSON output step as my json structure is nested.   Now I want to dump all these individual json objects into a file into an array. Output should look like:-   [ (id:1,name:John), (id:2,name:Kumar), (id:3,name:Maria) ] ...
Posted By Ritesh Kumar 10-20-2019 16:45
Found In Library: Pentaho
Posted By Ritesh Kumar 10-16-2019 14:53
Found In Community: Pentaho
\ view thread
Hi,   I was trying to authenticate rest api call with Bearer token. It gets successful via Curl or from Swagger UI, however when I call it from from pentaho rest client, it returns:- (error:unauthorized,error_description:Full authentication is required to access this resource).   Any idea if PDI 8.3 ...