Karl Kristiansen Posted May 28, 2019 Share Posted May 28, 2019 As a developer, I was pleased to find, that I could easily run various sorts of scripts before each Integration Process in the Scribe Console. Now, I have a couple of Python scripts, scraping and parsing CSV data, before uploading it with Scribe to our CRM. But now I'm in the process of migrating to CRM Online, but fail to find the pre/post processing commands. Where have they gone (PS. Sorry if this question has already been answered - I did my best in searching for it ... ) Link to comment Share on other sites More sharing options...
Albert Baiungo Jr. Posted May 30, 2019 Share Posted May 30, 2019 Hi Kjk, This is Albert with the TIBCO Scribe Support team. TIBCO Scribe Online does not offer the ability to runPre/Post Processing Commands. You are welcome to create this feature request under the Ideas section to be reviewed by Product Management. Either click Ideas at the top of this page or follow the below. https://ideas.tibco.com/portal_session/new Kind Regards, Albert Link to comment Share on other sites More sharing options...
Ash Arendsz Posted June 3, 2019 Share Posted June 3, 2019 Hi KjK, One way you could do something similar today, is by scheduling(using Task scheduler) your pre-process python script that prepares data in a csv file in a "incoming" folder and then from python make a restapi call, to send a trigger to scribe, to execute/start scribe solution. The Solution contains a map that queries the data in the csv file ("incoming" folder)using your pre-defined scribe map logic with the needed connectors for target systems. See web api options to trigger a TCI scribe map here: https://dev.scribesoft.com/en/user_guide.htm https://api.scribesoft.com/swagger/iframe#!/Solutions/Solutions_Start parameters needed are: (orgid, solutionid) Link to comment Share on other sites More sharing options...
Ash Arendsz Posted June 3, 2019 Share Posted June 3, 2019 For post processing today using TCI scribe, it is possible to run a map after a map within a solution, or pass parameters to a SQL storedprocedure within a map to have a sql post process. Other post processing capabilities include using Platform api connector or the REST connector to trigger a scribe map or scribe event map. As well as writing to a csv or XML file that triggers a file based integration. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now