You can translate the question and the replies:

create base view for xml record from json file

Please i want to ask how i can create base view for spcific key at JSON obect file , which means I import json object from json file and this file contain key which it's value xml .. i need to create base view for this xml key
user
05-04-2020 08:11:33 -0400
code

1 Answer

Hi, When you create a base view from a JSON data source, it exports the entire dataset. To create a view from a specific key, you need to create a derived view by right clicking on the base view and then New -> Selection where you can then choose your desired fields. Derived views let you delete any columns that you don’t want. For more info you can refer to [Creating Selection Views](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/creating_derived_views/creating_selection_views/creating_selection_views) document. Hope this helps!
Denodo Team
06-04-2020 12:05:31 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here