Schema Analyzer export dot notation

Xiuqing Li shared this question 3 years ago
Answered

does Schema Analyzer export JSON schema support dot notation? like 'http://user.addresses.0.city'

Replies (1)

photo
1

I don't quite understand your problem. Could you please describe it in detail and include the corresponding examples?

photo
1

Thank for your response, when exporting the schema, I want its structure looks like this:

{
 'hello.you.0': 'ipsum',
 'hello.you.1': 'lorem',
 'hello.other.world': 'foo'
}

photo
1

sorry about the 'http://user.addresses.0.city' it supposes to be json path dot notation 'user.addresses.0.city', could you please update the topic question, it's a bit misleading.

photo
1

Because the length of the array is variable, it can be very large, and if each element is displayed in this way, it will greatly increase the complexity, and the UI can be very messy. It is not necessary, we will still keep the original design.

photo
1

Not in the UI, only for export/generate the schema to the csv file.

photo
Leave a Comment
 
Attach a file