JSON to table - all variables

wildjack

Client
Регистрация
19.07.2013
Сообщения
93
Благодарностей
8
Баллы
8
Hello,

Is there a way to get a table with all JSON variables without creating the table with variables one by one ?

Like http://json2table.com/

Thanks
 

nicanil

Client
Регистрация
06.03.2016
Сообщения
2 242
Благодарностей
1 816
Баллы
113
You can use Data=>Processing JSON\XML action for this. First parse json string, then put data to table:
72279

In example above I used this JSON:
JSON:
[
  {
    "name": "Ram",
    "email": "[email protected]",
    "age": 23
  },
  {
    "name": "Shyam",
    "email": "[email protected]",
    "age": 28
  },
  {
    "name": "John",
    "email": "[email protected]",
    "age": 33
  },
  {
    "name": "Bob",
    "email": "[email protected]",
    "age": 41
  }
]
 

wildjack

Client
Регистрация
19.07.2013
Сообщения
93
Благодарностей
8
Баллы
8
thanks, that's what i use, but would like to know if the table can be create with all variables automatically :-)
 

nicanil

Client
Регистрация
06.03.2016
Сообщения
2 242
Благодарностей
1 816
Баллы
113
You cannot do this using standard actions :(
 

wildjack

Client
Регистрация
19.07.2013
Сообщения
93
Благодарностей
8
Баллы
8
ok thanks a lot
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)