Frontmatter
| id | 3338 |
| title | data.RecordFactory: parseRecordValue() => strings |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 2, 2022, 1:59 PM |
| updatedAt | Aug 2, 2022, 2:03 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3338 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 2, 2022, 2:03 PM |
sometimes APIs do not return all fields. i just encountered a case, where this leads to undefined field values of the type string (not required).
the string parser only checks for null values, so "undefined" ends up as a record field value.