etdube / pdi-fastjsoninput-plugin

FastJsonInput step plugin for Pentaho Data Integration
Apache License 2.0
6 stars 17 forks source link

Is the plugin available at the Marketplace for Pentaho 6.1? #3

Open karilint opened 7 years ago

karilint commented 7 years ago

Hi, I red your article https://blog.graphiq.com/an-alternative-approach-to-reading-json-in-pentaho-s-data-integration-9e426dc098da#.vd003s3nh

Is the plugin currently available for Pentaho 6.1? I didn't find it at the Marketplace.

-Kari

etdube commented 7 years ago

Hi Kari,

Sorry for the late reply. I am unsure of the status for the FastJsonInput plugin with regards to the Pentaho Data Integration 6.1 marketplace. The newer versions in the graphiq-data/pdi-fastjsoninput-plugin GitHub repository as described in Jesse's blog post have been released and maintained by Jesse Adametz and James Ebentier at graphiq.com, I haven't been involved for a while now. However, it might be of interest to know that PDI 6.1 now has a faster JSON input step built in, since the PDI-10344 issue has been resolved: http://jira.pentaho.com/browse/PDI-10344 .

Kind regards Etienne

On 2016-10-05 10:06 AM, karilint wrote:

Hi, I red your article https://blog.graphiq.com/an-alternative-approach-to-reading-json-in-pentaho-s-data-integration-9e426dc098da#.vd003s3nh

Is the plugin currently available for Pentaho 6.1? I didn't find it at the Marketplace.

-Kari

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/etdube/pdi-fastjsoninput-plugin/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ACVdLz-uGRfw6yXoDxTOdv2vH9bWZOOyks5qw67ugaJpZM4KO2Kz.

karilint commented 7 years ago

Hi Etienne, Originally I wasn't so concerned about the speed of the plugin. Instead, the uneven data which caused the error "We MUST have the same number of values for all paths" led me to seek for alternative plugins. Currently I'm using the methods described here to solve my problem http://stackoverflow.com/questions/9397884/use-json-input-step-to-process-uneven-data , as it seems that the original problem persists with the 6.1 plugin. Thank you for your reply. -Kari