Transform Rules is an integrator.io feature that helps you transform your large Export or Import JSON/XML data to a much smaller JSON structure that is much more readable and easier to understand. You can use this feature to: flatten the complex JSON structure. provide meaningful field names. select a limited set of fields for processing… Continue reading Transformation Rules in Celigo
Author: Magi Thomas
How can convert data in JSON into XML in Celigo
To conversion, using this Syntax <tag> {{record. Fieldname}} </tag> For Example, JSON data: { “record”: { “id”: “259246”, “recordType”: “salesorder”, “Internal_ID”: “259246”, “Customer_Name”: “CUST0000004 Amjil Capital”, “Shipping_Address1”: “11400 Twigg Plave” } } Convert to XML: <?xml version=”1.0″ encoding=”UTF-8”?> <Orders apiKey=”b7e02d23fb3d4c13b7ceda9de5c0e59e”> <brandIdentifier></brandIdentifier> <Order orderID= {{record. Internal_ID}}> <Warehouse id=”157″ /> <CustomerInfo> <Company>… Continue reading How can convert data in JSON into XML in Celigo
Suite Script Hook
Hooks are custom code (functions) that can run at different stages during the execution of a flow to modify the behavior of export and import processes. You can use a hook to run a stack or script in integrator.io, or you can use a Suite Script hook. To configure a Suite Script, you can create… Continue reading Suite Script Hook
Establish connections in Celigo
Connections are established between the source and target applications before creating flows in integrator.io. A connection stores system credentials and other access information for the source or target application. To establish a connection: Go to integrator.io. From the Resources menu, select Connections. Then, click + Create connection at the top right. Click the desired source application. 5.Provide a clear and… Continue reading Establish connections in Celigo
Conversion of response path in Celigo
We can convert the HTTP response in celigo into different data type . It may be XML,JSON ,CSV . JSON Response path response.products.product XML Response Path response/products/product
Universal Connectors
Connections are established between the source and target applications before creating flows in integrator.io. A connection stores system credentials and other access information for the source or target application. There are different type of universal connectors are available in Celigo. AS2 CONNECTIONS GRAPHQL REST FTP HTTP WRAPPER
Map fields into source to destination
There are three types of mapping: import, results, and response. Mapping data defines how your records are compared, merged, or transformed from one application to another. Import Mapping : defines how your source data relates to your import destination record data. You can also use Mapper 2.0 to configure import mappings. This article only describes… Continue reading Map fields into source to destination
Error: Target service might be inactive. [ECONNREFUSED23.212.250.72:443]
Solution : When the import or export side system in downtime. The system cannot get the connection to perform their operations. So, it displays connection error in Celigo. This is an auto solved problem. It resolves when we run again the flow.
Results mapping
Results mapping is similar to response mapping, but instead of returning the response after an import, results mapping allows you to merge the resulting records returned by a lookup step in your flow back into the source record. Click + on the lookup step, and click the mappings button to the right. The field mappings you define… Continue reading Results mapping
How can debug a flow in Celigo
Before you can review the debug logs, you must turn on the debugger for your flow step. Perform the following actions to start collecting debug logs for a flow step. Open the flow step you want to debug. Click View debug logs in the upper right corner of the flow step. Click Start debug to turn on the debugger.… Continue reading How can debug a flow in Celigo