{"class_fqid":"com-snaplogic-pipeline_8","snode_id":"59f8067295526e0784be1d8d","instance_id":"7ec72034-2ce1-496c-893e-c29dae301a3f","instance_version":20,"link_map":{"link105":{"src_view_id":"output0","dst_view_id":"input0","src_id":"24312a44-5ac1-41f6-bedc-279911f8db9c","dst_id":"98922050-8445-4dad-9738-4017db312ce3","isGoto":false},"link101":{"src_view_id":"output0","dst_view_id":"input0","src_id":"98922050-8445-4dad-9738-4017db312ce3","dst_id":"993c1d72-9d54-489f-8043-7f580dc2e235","isGoto":false}},"link_serial":106,"property_map":{"info":{"notes":{"value":null},"label":{"value":"ts-multipart-write-groups"},"purpose":{"value":null},"pipeline_doc_uri":{"value":null},"author":{"value":"skesapragada@snaplogic.com"}},"input":{},"settings":{"imports":{"value":[]},"error_param_table":{"value":[]},"param_table":{"value":[]},"error_pipeline":{"expression":false,"value":null}},"error":{"error_behavior":{"value":"none"}},"output":{"993c1d72-9d54-489f-8043-7f580dc2e235_output0":{"view_type":{"value":"binary"},"label":{"value":"Multipart Writer - output0"}},"530e32fe-d890-4c9e-bcab-326774d8a8a1_output0":{"view_type":{"value":"document"},"label":{"value":"JSON Generator - output0"}}}},"render_map":{"pan_x_num":0,"default_snaplex":"5353072439244e635c0d35fd","scale_ratio":1,"detail_map":{"530e32fe-d890-4c9e-bcab-326774d8a8a1":{"grid_x_int":3,"rot_int":0,"grid_y_int":2,"rot_tail_int":0},"98922050-8445-4dad-9738-4017db312ce3":{"grid_x_int":2,"error":{},"grid_y_int":1,"rot_tail_int":0,"input":{},"output":{},"rot_int":0},"993c1d72-9d54-489f-8043-7f580dc2e235":{"grid_x_int":3,"error":{},"grid_y_int":1,"rot_tail_int":0,"input":{},"output":{},"rot_int":0},"24312a44-5ac1-41f6-bedc-279911f8db9c":{"grid_x_int":1,"rot_int":0,"grid_y_int":1,"rot_tail_int":0}},"pan_y_num":0},"snap_map":{"530e32fe-d890-4c9e-bcab-326774d8a8a1":{"class_fqid":"com-snaplogic-snaps-transform-jsongenerator_2-snapsrc900","class_id":"com-snaplogic-snaps-transform-jsongenerator","class_version":2,"instance_fqid":"530e32fe-d890-4c9e-bcab-326774d8a8a1_3","instance_id":"530e32fe-d890-4c9e-bcab-326774d8a8a1","instance_version":3,"property_map":{"info":{"notes":{"value":null},"label":{"value":"JSON Generator"}},"view_serial":100,"error":{"error0":{"label":{"value":"error0"},"view_type":{"value":"document"}},"error_behavior":{"value":"fail"}},"output":{"output0":{"label":{"value":"output0"},"view_type":{"value":"document"}}},"settings":{"editable_content":{"value":"## Enter your JSON-encoded data in this space. Note that this text is\n## treated as an Apache Velocity template, so you can substitute values\n## from input documents or the pipeline parameters. See the following\n## URL for more information about Velocity:\n## https://velocity.apache.org/engine/devel/user-guide.html\n\n[\n {\n \"msg\" : \"Hello, World\", \"num\" : 1\n },\n {\n \"msg\" : \"Hello, World\", \"num\" : 2\n },\n {\n \"msg\" : \"Hello, World\", \"num\" : 3\n }\n]\n\n\n## Tips:\n## * The sample data above will generate a single empty document, uncomment\n## the line in the middle to include the sample fields. Adding more\n## objects to the root array will cause the snap to generate more\n## than one document.\n## * Pipeline parameters can be referenced by prefixing the parameter\n## name with an underscore, like so:\n## ${_pipelineParamName}\n## * If you add an input view to the snap, this template will be\n## evaluated for each input document.\n## * Fields in the input documents can be referenced by prefixing them\n## with a dollar-sign ($), like so:\n## $parent.child[0].value\n## * Any referenced document values and pipeline parameters will\n## automatically be JSON-encoded when they are inserted into the final\n## JSON document. You should not have to worry about escaping values\n## yourself.\n## * If you are having troubles getting a template to produce valid JSON,\n## you can add an error view to the snap to get a document that\n## contains the output of the template evaluation."},"arrayElementsAsDocuments":{"value":true}}},"class_build_tag":"snapsrc900"},"24312a44-5ac1-41f6-bedc-279911f8db9c":{"class_fqid":"com-snaplogic-snaps-transform-jsongenerator_2-snapsrc900","class_id":"com-snaplogic-snaps-transform-jsongenerator","class_version":2,"instance_fqid":"24312a44-5ac1-41f6-bedc-279911f8db9c_2","instance_id":"24312a44-5ac1-41f6-bedc-279911f8db9c","instance_version":2,"property_map":{"info":{"notes":{"value":null},"label":{"value":"JSON Generator1"}},"view_serial":100,"settings":{"editable_content":{"value":"## Enter your JSON-encoded data in this space. Note that this text is\n## treated as an Apache Velocity template, so you can substitute values\n## from input documents or the pipeline parameters. See the following\n## URL for more information about Velocity:\n## https://velocity.apache.org/engine/devel/user-guide.html\n\n[\n {\n \"msg\" : \"Hello, World\", \"num\" : 1\n },\n {\n \"msg\" : \"Hello, World\", \"num\" : 2\n }\n]\n\n\n## Tips:\n## * The sample data above will generate a single empty document, uncomment\n## the line in the middle to include the sample fields. Adding more\n## objects to the root array will cause the snap to generate more\n## than one document.\n## * Pipeline parameters can be referenced by prefixing the parameter\n## name with an underscore, like so:\n## ${_pipelineParamName}\n## * If you add an input view to the snap, this template will be\n## evaluated for each input document.\n## * Fields in the input documents can be referenced by prefixing them\n## with a dollar-sign ($), like so:\n## $parent.child[0].value\n## * Any referenced document values and pipeline parameters will\n## automatically be JSON-encoded when they are inserted into the final\n## JSON document. You should not have to worry about escaping values\n## yourself.\n## * If you are having troubles getting a template to produce valid JSON,\n## you can add an error view to the snap to get a document that\n## contains the output of the template evaluation."},"arrayElementsAsDocuments":{"value":true}},"output":{"output0":{"view_type":{"value":"document"},"label":{"value":"output0"}}},"error":{"error0":{"view_type":{"value":"document"},"label":{"value":"error0"}},"error_behavior":{"value":"fail"}}},"class_build_tag":"snapsrc900"},"993c1d72-9d54-489f-8043-7f580dc2e235":{"class_fqid":"com-snaplogic-snaps-binary-multipartwrite_1-snapsrc891","class_id":"com-snaplogic-snaps-binary-multipartwrite","class_version":1,"instance_fqid":"993c1d72-9d54-489f-8043-7f580dc2e235_1","instance_id":"993c1d72-9d54-489f-8043-7f580dc2e235","instance_version":1,"property_map":{"info":{"notes":{"value":null},"label":{"value":"Multipart Writer"}},"view_serial":100,"input":{"input0":{"label":{"value":"input0"},"view_type":{"value":"binary"}}},"settings":{"header":{"value":[{"expression":{"expression":true,"value":null},"targetPath":{"value":null}}]},"groupId":{"expression":true,"value":"$num"}},"error":{"error0":{"label":{"value":"error0"},"view_type":{"value":"document"}},"error_behavior":{"value":"fail"}},"output":{"output0":{"label":{"value":"output0"},"view_type":{"value":"binary"}}}},"class_build_tag":"snapsrc891"},"98922050-8445-4dad-9738-4017db312ce3":{"class_fqid":"com-snaplogic-snaps-transform-jsonformatter_2-snapsrc891","class_id":"com-snaplogic-snaps-transform-jsonformatter","class_version":2,"instance_fqid":"98922050-8445-4dad-9738-4017db312ce3_1","instance_id":"98922050-8445-4dad-9738-4017db312ce3","instance_version":1,"property_map":{"info":{"notes":{"value":null},"label":{"value":"JSON Formatter"}},"view_serial":100,"input":{"input0":{"view_type":{"value":"document"},"label":{"value":"input0"}}},"settings":{"prettyPrint":{"value":false},"contentPath":{"value":"$msg"},"jsonLines":{"value":false},"ignoreEmptyStream":{"value":false},"header":{"value":[{"targetPath":{"value":"$num"},"expression":{"expression":true,"value":"$num"}}]},"formatSingleDocument":{"value":true}},"error":{"error0":{"view_type":{"value":"binary"},"label":{"value":"error0"}},"error_behavior":{"value":"fail"}},"output":{"output0":{"view_type":{"value":"binary"},"label":{"value":"output0"}}}},"class_build_tag":"snapsrc891"}},"path_id":"/QA/projects/Srikanth K","path_snode":"57b7004895526e3230479544"}