Let's take a look at an example that demonstrates how you can add and correct mapping details during a conversation.
1You submit the following prompt to start the conversation:
Create an integration pipeline to move records from Oracle to a flat file.
CLAIRE Copilot replies with the following statement:
It looks like you're trying to create a mapping.
Let's gather some more information.
Here's a list of connections for the source:
1. OracleSource_ProdDB
2. OracleSource_SalesDB
3. Oracle_Connection
4. OracleSource_DevEnvironment
5. OracleSource_HRData
2You submit the following prompt:
Let's use 3.
CLAIRE Copilot replies with the following statement:
I made a note of source connection Oracle_Connection.
I'm trying to find a source object using Oracle_Connection.
3You submit the following prompt:
Check if the EMPLOYEE table is present and use it if it's there.
CLAIRE Copilot replies with the following statement:
I successfully validated source connection Oracle_Connection and source object EMPLOYEE.
Here's a list of connections for the target:
1. FF_SalesData_2025
2. FF_CustomerRecords
3. FF_InventoryUpdate
4. FF_Target
5. FF_EmployeeDetails
4You submit the following prompt:
Wait, I wanted to use EMPLOYEE using FF_Source connection. Can you change the source connection?
CLAIRE Copilot replies with the following statement:
I successfully validated source connection FF_Source and source object EMPLOYEE.
Here's a list of connections for the target:
1. FF_SalesData_2025
2. FF_CustomerRecords
3. FF_InventoryUpdate
4. FF_Target
5. FF_EmployeeDetails
5You submit the following prompt:
I want to insert the data into a file called "Employee_Oracle_Records" using the FF_Target connection.
CLAIRE Copilot replies with the following statement:
I successfully validated target connection FF_Target and source object Employee_Oracle_Records.
All connections have been identified and updated.
Then, CLAIRE Copilot generates a summary of the mapping and asks you if you want to create it.
6You submit the following prompt:
Can you filter the records where location is 'US'?
CLAIRE Copilot updates the mapping summary and asks you again if you want to create the mapping.