ContributionsMost RecentMost LikesSolutionsRe: Is it possible to trigger multiple child pipeline parallel through Directory Browser You can put a router after the directory browser with multiple outputs on it then attach the child pipeline reference to the output. The expression in the router does not require any code. Each file will go to a different output for processing. Re: Accented characters not being interpreted Compare the characterset of the server where the snaplex lives in the old env vs the new env. Re: Error with Mutliple Join Try to check the null safe access box. One of the records may not have $country_id. Re: Suppressing unwanted columns inside the Array Gowdhaman, In the MAPPER, add this to the left side: jsonPath($, “$Phone[*].DonotCall”) Also, to be safe, check the boxes for Null-Safe Access and Pass Through. Then you will get your desired result. Re: SnapLogic November 2018 (4.15) Release Diane, With regards to OpenAPI, is migrating to 3.0 on the roadmap and if so, can you provide a date? We have already begun to use this feature. Thank you! FS SAP BAPI Initialization Scenario Hello. Has anyone else come across a scenario where the SAP BAPI that needs to be executed needs to be initialized first prior to execution? The current SAP Execute snap will only call one BAPI for that processing unit. Below is the scenario we are wanting to achieve: Processing Unit Begins BAPI_PS_INITIALIZATION BAPI_BUS2001_CREATE BAPI_PS_PRECOMMIT BAPI_PS_TRANSACTION_COMMIT Processing Unit Ends Currently, the only way to have this execute is to create a custom BAPI which in our case, requires our client to do the development for the integration point. We want to avoid this of course. Thanks, Fernando Large volume database updates Greetings! What is the best way to manage a large number of updates to sql server/oracle? Currently, I have a sql server execute where I have the update statement dynamically written to set only the fields I need to update based on 2-3 conditions in the where clause. I have about 250K updates to process. I’d like to know how to best process large volume updates in a short time frame. Thanks! Fernando Re: Retrieve Filename into Mapper from Box Read Is your “Box read” a multi-file reader or single? Single, you can pass a parameter in for the file name instead of calling it directly. If it’s multi, you would have to get a bit fancier by doing a binary to document and getting the content-disposition field to get the filename. Re: Comparing pipelines across projects dmiller: f Fall 2017 Thank you! Can’t believe I missed that feature… One thing I noticed is when I’m in the Compare and I click between Identical, Similar, and Different is that some of the snaps get reoriented. Then when I close the Compare, the original pipeline has also been changed and reoriented. I don’t save, but wanted to comment. Any future possibility of doing the compare across organizations? Thanks again! Re: Comparing pipelines across projects @dmiller, is there any update on the pipeline comparison capability? Thanks, FS