File size: 195 Bytes
b902b4f
 
2271765
b902b4f
 
 
 
1
2
3
4
5
6
7
def run_ai_mapping(text_data):
    return {
        "Customer_Name__c": "Acme Corp",
        "Start_Date__c": "2023-01-01",
        "End_Date__c": "2024-01-01",
        "Amount__c": "50000"
    }