Using the Tableau Extract API to take JSON to Hyper in Java
The code is available on GitHub. As a small utility, I created a Java project whose goal is given a JSON file containing an array of objects create a Tableau Hyper Extract based upon it. The column types will derived from the JSON content. Currently it only support a flat structure (i.e. no child objects…