Sever Command Json Output as Table

Started by terefang, October 07, 2016, 04:12:32 PM

Previous topic - Next topic

terefang

hello

would it be possible to display the output of a (object tools) server command as a table

the actual output would be in "json" like so:


{
  head: [ "Header 1", ..., "Header N"],
  data: [
    [ "cell 1", ..., "cell N" ], // row 1
    ....
    [ "cell 1", ..., "cell N" ] // row N
  ]
}



would be a "quick win"

Victor Kirhenshtein

Hi,

I don't really get an idea. Where it should be displayed that way and how to split command output into columns? And what could be possible use case for that?

Best regards,
Victor