xDI - How To - Designer

Export Models and Dependencies
The support team enjoys these! Once they have the Export of your mapping/process, they can see how it is configured, they can even build it to see how it ge...
Fri, 11 Feb, 2022 at 3:37 PM
How To Pivot Or Unpivot A Table
Using a Query object If you are working on a database that is capable of pivoting or unpivoting tables, you can simply write a query that makes th...
Wed, 16 Feb, 2022 at 11:50 AM
How to Split a load into batches
When a source table has a big volume of data,  it can be useful to split the load to the target into several parallel batches.  This can be done...
Fri, 3 Jun, 2022 at 8:57 AM
[SVN] Revert revision changes
If you need to revert or rollback to a previous revision, editing an earlier version might not work (you might not be able to make a commit afterwards). He...
Thu, 20 Oct, 2022 at 10:24 AM
Work With Mappings - Conditional Joins
When working with mappings, a Join is used to combine rows from two or more source datastores. Sometimes, it can be challenging to load/integrate multip...
Tue, 28 Mar, 2023 at 2:55 PM
Work with Processes - Read file with SQLOperation
For many reasons, a read file action may be needed to iterate on a list of values and use the result as Bind values in the target action.  A use case...
Thu, 4 May, 2023 at 10:30 AM
How to use POST multipart/form-data API in mapping
Hello, In this article, we will check how to use POST multipart/form-data API in mapping. For example, how to send a json and a zip file using multipar...
Mon, 19 Feb, 2024 at 10:07 AM
How to handle header and footer when using Concat Files action
Need To combine multiple text files into a single one file, it is recommended to use the “Concat Files” action.  It allows concatenating multiple files sp...
Thu, 21 Nov, 2024 at 5:40 PM
How to make Outlook Metadata use OAuth2
Need Since January 2023, Microsoft does not allow simple authentication (User/Password method) to connect to Outlook IMAP and POP servers. It is now requir...
Tue, 26 Nov, 2024 at 4:48 PM
REST API - Publish Webservice with optional parameters
Author: Jean-Edouard Mayette Product version: xDI 2024.1.x (implemented with 2024.1.11) Need There are use cases where parameters can be optional...
Wed, 8 Jan, 2025 at 12:40 PM