-
Bug
-
Resolution: Fixed
-
High
-
3
-
Minor
-
10
-
-
Warranty
Issue Summary
A JSON file of the following format does not follow the prescribed format in our documentation.
[ { "Name": "name", "Manager": "manager", "EMail": "email@example.com" ... more attributes }, ... more objects ]
The correct format would look like this
{ "Employees": [ { "Name": "name", "Manager": "manager", "EMail": "email@example.com" ... more attributes }, ... more objects ] }
Support for format 1 with selector "." is missing in the new architecture.
Steps to Reproduce
- Use JSON of the format mentioned in Issue Summary to create an import.
- The mapping in the import would not show the attributes from JSON.
Expected Results
The mapping in the import should be able to find the attributes in the JSON when selector is set to ".".
Actual Results
Mapping dropdown does not include attributes from JSON.
Workaround
Use the correct format for JSON as recommended in documentation.
- mentioned in
-
Page Failed to load