I need to open few json files in side streamsets datacollector pipeline to do some custom processing. Datacollector doesn't allow multiple origins, so I am looking at Javascript scripting stage to open multiple file objects. Also directory origin is opening and displaying only one .json file, so that's too is not working. Any ideas. Thanks
Solved
How to open and read a json file using Javascript scripting stage
Best answer by Bikram
I hope you have configured the precondition in the pipeline finisher as below. You also can try the search pattern sdc*
${record:eventType() == 'no-more-data'}
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.