SAP Knowledge Base Article - Public

3788339 - Integration Center Preview escapes quotes in string Default Value and how to keep unescaped array format

Symptom

  • Integration Center modifies the string value in Preview.
  • A String field default value is configured as: ["AUT","BEL","CHE","DEU"].
  • In Preview, the value is displayed as: [\"AUT\",\"BEL\",\"CHE\",\"DEU\"].
  • The value cannot be sent in the required unescaped format.

Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.

Environment

  • SAP SuccessFactors HXM suite
    • Integrations 
      • Integration center

Reproducing the Issue

  1. Open Integration Center and configure a String field in the job.
  2. Set the field’s Default Value to ["AUT","BEL","CHE","DEU"].
  3. Open Preview and observe that the value displays as [\"AUT\",\"BEL\",\"CHE\",\"DEU\"]. 

Cause

  • Works as designed: the Default Value is stored as a single string within a JSON string container.
  • Double quotes inside that stored string are escaped, so Preview shows backslashes. 

Resolution

  1. Edit the field’s Default Value in Integration Center.
  2. Replace double quotes (") with single inverted commas (') for the contained values.
  3. Save the integration and open Preview to verify the value is preserved as required.
  4. Run or export a sample output to confirm the target receives the expected format.

See Also

refer to: Integration Center: Job Preview vs. Output - Mismatch

Keywords

integration center, preview, string, default value, escaped quotes, backslash, json string, double quotes, single quotes, quotation marks, transform, display, output mismatch, value escaping, array literal, serialization, array notation, string literal, escape sequence, quote handling, parsing, preview rendering, output generation, integration runtime, downstream system, data pipeline, mapping rules, transport format, value quoting, delimiter rules  , KBA , LOD-SF-INT-INC-JOB , Integration Center Job , LOD-SF-INT-INC , Integration Center , Problem

Product

SAP SuccessFactors HCM Core 2605 ; SAP SuccessFactors HCM Suite 2605