Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.13.1
-
None
-
None
Description
When performing a SplitJson on an array of complex json files where the first record has a longer content/text field
[ { "brand_id" : null, "table_name" : "xx", "attribute" : "x", "category" : "x", "include" : null, "exclude" : null }, { "brand_id" : null, "table_name" : "x", "attribute" : "x", "category" : "x", "include" : null, "exclude" : null } ]
an invalid json is generated (content looks file, but subsequent EvaluationJsonPath is unable to parse the object). If first table_name value is set to x, no issue is encountered