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
- Integrations
Reproducing the Issue
- Open Integration Center and configure a String field in the job.
- Set the field’s Default Value to ["AUT","BEL","CHE","DEU"].
- 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
- Edit the field’s Default Value in Integration Center.
- Replace double quotes (") with single inverted commas (') for the contained values.
- Save the integration and open Preview to verify the value is preserved as required.
- Run or export a sample output to confirm the target receives the expected format.
See Also
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
SAP Knowledge Base Article - Public