Home > database >  AWS AppFlow data load from Salesforce to S3 Error initializing schema : Illegal character in: System
AWS AppFlow data load from Salesforce to S3 Error initializing schema : Illegal character in: System

Time:11-17

I have created a flow in AWS AppFlow to pull data from Salesforce to AWS S3. The Object OppertunityHistory failed with the error - "Error initializing schema : Illegal character in: SystemModstamp". On querying Salesforce, the SystemModstamp field is in format 2021-02-13T03:38:37.000 0000. Any pointers on how to solve this issue?

CodePudding user response:

Few required fields were initially mapped. After mapping all the fields from Salesforce source object, the flow ran successfully.

  • Related