Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

How do I set Pre/Post Processing Commands in Scribe Online


Karl Kristiansen

Recommended Posts

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

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...