> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Création d’un jeu de transformations pour un dossier Pega de traitement multi-documents

> Configurez les transformations de données jsonToInvoice, jsonToBanking, jsonToContract, jsonToLetter et jsonToPrice pour mettre en correspondance les données FlexiCapture avec un dossier Pega de traitement multi-documents.

## <a id="jsontoinvoice" />jsonToInvoice

Pour en savoir plus sur la création d’un ensemble de transformations de données dans Pega, consultez [Création d’un ensemble de transformations de données dans Pega](/fr/flexi-capture/connectors/pega/pega-data-transform-2).

| **Action**                         | **Clipboard**    | **Relation** | **JSON**        |
| ---------------------------------- | ---------------- | ------------ | --------------- |
| Définir                            | .InvoiceNumber   | égal à       | InvoiceNumber   |
| Définir                            | .InvoiceDate     | égal à       | InvoiceDate     |
| Définir                            | .Total           | égal à       | Total           |
| Définir                            | .DeliveryAddress | égal à       | DeliveryAddress |
| Définir                            | .InvoiceCompany  | égal à       | InvoiceCompany  |
| Mise en correspondance automatique | .InvoiceTable    | To           | InvoiceTable    |

<Frame>
  <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega175.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=fc5060a753f1cf3907e67af1c45334df" alt="Capture d’écran de l’onglet Definition de la transformation de données jsonToInvoice dans Pega Dev Studio, qui met en correspondance les propriétés du Clipboard .InvoiceNumber, .InvoiceDate, .Total, .DeliveryAddress et .InvoiceCompany avec JSON, et applique la mise en correspondance automatique à .InvoiceTable." width="896" height="441" data-path="images/flexi-capture/connectors/Pega175.png" />
</Frame>

## <a id="jsontobanking" />jsonToBanking

| **Action**                         | **Clipboard** | **Relation** | **JSON**     |
| ---------------------------------- | ------------- | ------------ | ------------ |
| Définir                            | .SSN          | égal à       | SSN          |
| Définir                            | .LastName     | égal à       | LastName     |
| Définir                            | .FirstName    | égal à       | FirstName    |
| Définir                            | .Initial      | égal à       | Initial      |
| Définir                            | .City         | égal à       | City         |
| Définir                            | .BirthDate    | égal à       | BirthDate    |
| Définir                            | .HomePhone    | égal à       | HomePhone    |
| Définir                            | .WorkPhone    | égal à       | WorkPhone    |
| Définir                            | .EmployerName | égal à       | EmployerName |
| Mise en correspondance automatique | .Address      | To           | Address      |

<Frame>
  <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega176.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=7a1dd3b88562981bca0d8cfcc2ad15f1" alt="Capture d’écran de l’onglet Definition de la transformation de données jsonToBanking dans Pega Dev Studio, mettant en correspondance les propriétés Clipboard .SSN, .LastName, .FirstName, .Initial, .City, .BirthDate, .HomePhone, .WorkPhone et .EmployerName avec JSON et appliquant une mise en correspondance automatique à .Address." width="1181" height="736" data-path="images/flexi-capture/connectors/Pega176.png" />
</Frame>

## <a id="jsontocontract" />jsonToContract

| **Action** | **Clipboard**   | **Relation** | **JSON**       |
| ---------- | --------------- | ------------ | -------------- |
| Définir    | .ContractNumber | égal à       | ContractNumber |
| Définir    | .ContractDate   | égal à       | ContractDate   |

<Frame>
  <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega177.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=63b9926678493fee66c5f4ee3a46b2e0" alt="Capture d’écran de l’onglet Definition de la transformation de données jsonToContract dans Pega Dev Studio, mettant en correspondance les propriétés .ContractNumber et .ContractDate du Clipboard avec les propriétés JSON correspondantes." width="952" height="310" data-path="images/flexi-capture/connectors/Pega177.png" />
</Frame>

## <a id="jsontoletter" />jsonToLetter

| **Action** | **Clipboard** | **Relation** | **JSON**   |
| ---------- | ------------- | ------------ | ---------- |
| Définir    | .LetterDate   | égal à       | LetterDate |
| Définir    | .LetterFrom   | égal à       | LetterFrom |
| Définir    | .LetterTo     | égal à       | LetterTo   |

<Frame>
  <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega178.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=5b0639aeb0adf85eba3573476ac35eac" alt="Capture d’écran de l’onglet Definition de la transformation de données jsonToLetter dans Pega Dev Studio, mettant en correspondance les propriétés du Clipboard .LetterDate, .LetterFrom et .LetterTo aux propriétés JSON correspondantes." width="1208" height="455" data-path="images/flexi-capture/connectors/Pega178.png" />
</Frame>

## <a id="jsontoprice" />jsonToPrice

| **Action**                         | **Clipboard** | **Relation** | **JSON**   |
| ---------------------------------- | ------------- | ------------ | ---------- |
| Définir                            | .PriceCompany | égal à       | Company    |
| Mise en correspondance automatique | .PriceTable   | To           | PriceTable |

<Frame>
  <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega179.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=1abf1a606ab55c9773033779950c2ea7" alt="Capture d’écran de l’onglet Definition de la transformation de données jsonToPrice dans Pega Dev Studio, mettant en correspondance la propriété .PriceCompany du Clipboard avec la propriété JSON Company et appliquant la mise en correspondance automatique à .PriceTable." width="1208" height="395" data-path="images/flexi-capture/connectors/Pega179.png" />
</Frame>
