> ## 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’une transformation de données pour un dossier de traitement à document unique

> Configurez la transformation de données jsonToInvoiceWithVerificationFields, qui met en correspondance les champs de facture et les lignes d’articles de FlexiCapture avec un dossier Pega à document unique.

<div id="jsontoinvoicewithverificationfields">
  ## jsonToInvoiceWithVerificationFields
</div>

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

| **Action**                         | **Presse-papiers** | **Relation** | **JSON**      |
| ---------------------------------- | ------------------ | ------------ | ------------- |
| Définir                            | .InvoiceNumber     | égal à       | InvoiceNumber |
| Définir                            | .InvoiceDate       | égal à       | InvoiceDate   |
| Définir                            | .City              | égal à       | City          |
| Définir                            | .Country           | égal à       | Country       |
| Définir                            | .Currency          | égal à       | Currency      |
| Définir                            | .Total             | égal à       | Total         |
| mise en correspondance automatique | .LineItems         | vers         | LineItems     |

<Frame>
  <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega174.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=a40b3e6caea76a5450eb3080cf352e2e" alt="Capture d’écran de l’onglet Definition de la transformation de données jsonToInvoiceWithVerificationFields dans Pega Dev Studio, mettant en correspondance les propriétés du presse-papiers .InvoiceNumber, .InvoiceDate, .City, .Country, .Currency et .Total avec le JSON, et effectuant le mappage automatique de .LineItems." width="1204" height="616" data-path="images/flexi-capture/connectors/Pega174.png" />
</Frame>
