Parsing JSON with

Trying to parse JSON that name contains "." i it.
for example

{
"Year. Of the Date": "2024",
"Mnt. Of the Date": "April",
"Wk. Of the Date": 12
}

it is parsing this to
image

is this by design or this is bug?

Edit:
If Name end with "." then it is becoming "Colum "
image
image

When the "Column name" option is set to "Property name", EasyMorph takes the last segment of the JSON path to that property (i.e., characters from the last found dot to the end of the path) and uses it as the column name.

As a workaround, you can set the "Column name" option to "Full JSON path".

1 Like