JSON behind URL to Excel

Best Answer

Answers

  • sgenzer
    sgenzer
    Altair Employee
    hi @gianluca_scheid I'm not sure what you mean by crawl the JSON data. If you want to convert it to a tabular format, you have a couple of choices...

    - you can use the JSON to Data operator in the Text Processing extension. Unfortunately this will simply "flatten" your JSON into one huge row. You can of course use other operators or Turbo Prep to massage it further.

    - you can use the much better JSON tools in the Web Automation extension. Note this is a paid extension sold by a third party (Old World Computing).

    Scott