Forum Discussion
alchemiz - we run into this situation regularly where you want to end a pipeline with a closed output view but the last snap in the pipeline requires at least one output view. The simple solution is to pull in a Script snap and just remove the output view from it. Make sure you click on the Edit Script button to allow it to generate the template code.
You may also want to update to code to remove the output.write() method to prevent any potential issues of trying to write a view that doesn't exist. It won't fail if you don't do this, it's just a good practice.
Nope… We were trying to get data while migration from vendors to our DB… Vendors have exposed their data through RESTFUL API or SOAP .
Millions of record in question. We can’t do one at a time