Forum Discussion

fmdf's avatar
fmdf
New Contributor III
5 years ago
Solved

Right Truncation on column

Without any changes to target or source, I’m now getting this error: Failed loading record, reason=#@ Row 2346, Column 9: String data, right truncation @# Questions: Column 9 is not the actua...
  • SpiroTaleski's avatar
    SpiroTaleski
    6 years ago

    Hi @Tommy

    I have tried the same approach using the Salesforce Read Snap and get the same error message. It looks like a SnapLogic bug that does not allow to get the value from the input schema for that field.

    If you are using the Salesforce Read Snap you can specify the Object type from the pipeline parameters(ex : _SFObject).

    If you are using the Saleforce SOQL Snap then you can specify the object type dynamically from the input schema in the SOQL query section of the Snap:

    Regards,
    Spiro