Recent Discussions
The Innovator’s Advantage: Becoming an Agent Creator in a Generative AI World
Your roadmap to AI-powered transformation starts here. Download eBook >> In a fast-paced, AI-first world, waiting is no longer an option. Forward-thinking leaders already leverage generative AI to cut costs, streamline operations, and drive measurable results. This exclusive eBook, The Innovator’s Advantage, shows you how to lead the way. Inside, you’ll discover: Why now is the time to become an agent creator — and what that really means A practical blueprint for building and deploying generative AI agents that deliver real business value Real-world success stories from organizations transforming IT, finance, and operations How to prepare your data, your teams, and your tech stack for scalable, secure AI adoption Innovation is already happening, and those who act now will own the advantage. SnapLogic’s AgentCreator empowers organizations to go beyond theory and put generative AI to work across the enterprise, with speed, simplicity and security. Be the leader who acts. Not the one who catches up. Download The Innovator’s Advantage and take the first step to becoming the agent creator.Scott2 months agoAdmin99Views0likes0CommentsHBR Research Report: Harnessing the Power of Generative AI and AI Agents
Learn how industry leaders are putting GenAI to work to boost productivity and unlock ROI — and how you can do the same. Download Report Even with the explosion in AI-powered apps, assistants, and agents, many organizations are still struggling to answer the most critical question: “How do we actually implement GenAI to drive real value—safely, securely, and at scale?” This research by Harvard Business Review Analytic Services, in association with SnapLogic, identifies three key, immediately actionable emergent elements of success with GenAI: infrastructure readiness, governance frameworks, and workforce transformation. Be inspired by real-world examples from leading enterprises that have defined, built and deployed successful GenAI strategies. Equip your organization with a clear roadmap and join the forefront of AI-powered innovation. Key takeaways from the report include: How to assess, prioritize, and measure GenAI use cases Why most organizations aren’t ready (yet)—and what to fix How companies like yours are overcoming technical and cultural hurdles What roles, tools, and skills will define the future of work with AI agents1.3KViews0likes0CommentsReading multiple files from ftp and loading it in snowflake table
I am trying to create and load a snowflake table based on multiple csv files that are stored in a ftp location. As of now, my approach looks like - Step 1: parent pipeline File poller -》 Pipeline Execute (Created an entry for pipeline parameter with name as "filepath" and parameter value as "$path") Step 2 -》 child pipeline Zip file read -》 csv parser - 》 mapper - 》 snowflake bulk load (Created an entry for pipeline parameter with key as "filepath" and parameter value as "$_pipeline_parameters.filepath") In the zipfile read snap, i meed to fill value for the "File*" section. As of now i am filling it with the value "_filepath" but it throws error aayinf "unable to read from $pipeline_parameters.filepath. Reason: File not found on ............$pipeline_parameters.filepath. check for url syntax and file access permission. IIin the parent pipeline, file poller is working fine and i am getting a list of 10 diff zip files as $path. Not sure, what is going wrong after that. Please assist. Not sure waht is going wrong here.pritam6058 months agoNew Contributor1.6KViews0likes1CommentHow to download Zoom recordings using SnapLogic
We tried to access Zoom recordings based on User and we got response JSON. In the response, we have "download_url". When we try to download using Rest Get Snap, we got below error: "error": "Illegal character ((CTRL-CHAR, code 0)): only regular white space (\\r, \\n, \\t) is allowed between tokens\n at [Source: (StringReader); line: 1, column: 2]", Is there any way to download Zoom Recordings using SnapLogic Snap? Thanks, Santhoshsanthosh54412 months agoNew Contributor II2.7KViews1like3CommentsDirectory Browser - Mapped Network Drive w/ Groundplex installed
Hi there! New SL Integrator here and am having an issue with both the Directory Browser and File Poller failing to read a mapped network drive. I can browse the C: drive fine, but my mapped drives are causing me some issues. The error it throws is below. error": "Error browsing the directory contents.", "stacktrace": "java.nio.file.NoSuchFileException: X:\\\r\n\tat java.base/sun.nio.fs.WindowsException.translateToIOException(Unknown Source)\r\n\tat java.base/sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)\r\n\tat java.base/sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)\r\n\tat java.base/sun.nio.fs.WindowsDirectoryStream.<init>(Unknown Source)\r\n\tat java.base/sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(Unknown Source)\r\n\tat java.base/java.nio.file.Files.newDirectoryStream(Unknown Source)\r\n\tat com.snaplogic.snaps.binary.DirectoryBrowser.getAttributes(DirectoryBrowser.java:595)\r\n\tat com.snaplogic.snaps.binary.DirectoryBrowser.lambda$displayAttributes$0(DirectoryBrowser.java:546)\r\n\tat net.jodah.failsafe.Functions$11.call(Functions.java:263)\r\n\tat net.jodah.failsafe.SyncFailsafe.call(SyncFailsafe.java:145)\r\n\tat net.jodah.failsafe.SyncFailsafe.get(SyncFailsafe.java:69)\r\n\tat com.snaplogic.snaps.binary.BinaryUtils.failsafeExecute(BinaryUtils.java:490)\r\n\tat com.snaplogic.snaps.binary.DirectoryBrowser.displayAttributes(DirectoryBrowser.java:551)\r\n\tat com.snaplogic.snaps.binary.DirectoryBrowser.process(DirectoryBrowser.java:370)\r\n\tat com.snaplogic.snap.api.ExecutionUtil.process(ExecutionUtil.java:106)\r\n\tat com.snaplogic.snap.api.ExecutionUtil.execute(ExecutionUtil.java:70)\r\n\tat com.snaplogic.snap.api.SimpleSnap.execute(SimpleSnap.java:70)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.executeSnap(SnapRunnableImpl.java:801)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.executeForSuggest(SnapRunnableImpl.java:640)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.doRun(SnapRunnableImpl.java:857)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:427)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:116)\r\n\tat java.base/java.util.concurrent.FutureTask.run(Unknown Source)\r\n\tat java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)\r\n\tat java.base/java.util.concurrent.FutureTask.run(Unknown Source)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)\r\n\tat java.base/java.lang.Thread.run(Unknown Source)\r\n", "reason": "X:\\", "resolution": "Please try again.", "status_code": "error", "snap_details": { "label": "Directory Browser", "instance_id": "6b1bebc3-c046-43de-b069-5a43fefb4cb1", "class_id": "com-snaplogic-snaps-binary-directorybrowser", "build_tag": "main26341", "views": { "in": { }, "out": { "out": { "count": 0 } }, "error": { "error0": { "count": 0 } } } } } ]bwgtxag12 months agoNew Contributor755Views0likes0CommentsUnable to Download Zoom Recordings from Zoom API Response by using parameter download_URL
We tried to access Zoom recordings based on user and we got response. In the response, "we have download_url". When we try to download recordings using Rest Get Snap, we got below error: "error": "Illegal character ((CTRL-CHAR, code 0)): only regular white space (\\r, \\n, \\t) is allowed between tokens\n at [Source: (StringReader); line: 1, column: 2]", Is there any way to Download Zoom recordings using SnapLogic Snaps? Thanks, Santhoshsanthosh54412 months agoNew Contributor II929Views0likes0CommentsChild pipeline parameters
child pipeline: Hi have a parent and a child pipeline My parent has src table with details of tablename,schemaname, operation type a mapper and a pipelines execute. My child pipeline has insert into redshift (execute) and a update (redshift execute)to make entry into log table . My pipeline is working separately but when parent pipeline is triggered it is making entry In log table But not fetching the schename,tablename, operation type from parent .Salomia2 years agoNew Contributor1.2KViews0likes1CommentUltra tasks in Trial account
Hello! I have created an Ultra task on my trial account but when I call it doesn't give back a response and goes into timeout. I have tried calling it from a pipeline and postman. Are there any limitations for the trial account or am I missing something.edijspetrovskis2 years agoNew Contributor825Views1like0CommentsHow to add text inside json property names, without knowing what properties are there?
I am getting a json input with a huge number of properties, and a variable structure so we don't know the properties beforehand. I need to add a prefix to each property name, except when the property name starts with the @ character. For example, for a possible input that starts like this... [ { "TopElement": { "@url": "https://www.google.com", "Ver": "2.1.4", I need to end up with the following: [ { "prefix:TopElement": { "@url": "https://www.google.com", "prefix:Ver": "2.1.4", where the prefix "prefix:" has been added to all JSON property names (but not the values) unless they started with "@"- This would be a piece of cake to do in programming languages, but can it be done in SnapLogic? Note that the json is derived from an input XML file, so json properties starting with @ are resulting from XML attributes. If there is a way to add the "prefix:" to all XML elements even before converting to json, then it would be even better. The purpose of the pipeline is to process/adjust/enrich the XML file, so the output of the pipeline will be again an XML file, so that "prefix:" could be as well added at the end, either on a json document (before formatting to XML) or the already formatted XML document.DMG2 years agoNew Contributor1KViews0likes0Comments