You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo is the home of the Hyper API example code. All of the examples are available for each language supported by the Hyper API: Python, Java, C++, and C#/.Net (.NET Standard 2.0).
8
+
This repo is the home of the Hyper API sample code. All of the samples are available for each language supported by the Hyper API: Python, Java, C++, and C#/.Net (.NET Standard 2.0).
9
9
10
10
If you are looking to learn more about the Hyper API, please check out the [official documentation](https://help.tableau.com/current/api/hyper_api/en-us/index.html).
11
11
@@ -19,8 +19,8 @@ For the unfamiliar, the Hyper API contains a set of functions you can use to aut
19
19
20
20
21
21
22
-
## What do these examples do?
23
-
There are currently eight examples that are available in each language supported:
22
+
## What do these samples do?
23
+
There are currently eight samples that are available in each language supported:
24
24
25
25
*__create_hyper_file_from_csv__
26
26
* Demonstrates how you can use the Hyper SQL COPY command to quickly populate a table in the .hyper file from the contents of a comma-separated value (CSV) file. This technique is the fastest way to bring data into an extract, as Hyper is reading data directly from the CSV file.
@@ -49,7 +49,7 @@ There are currently eight examples that are available in each language supported
49
49
50
50
51
51
## How do I install the Hyper API?
52
-
It is a prerequisite that to work with these examples, the Hyper API is installed in your language of choice. Head to our [official Hyper API Documentation](https://help.tableau.com/current/api/hyper_api/en-us/docs/hyper_api_installing.html) to get it up and running.
52
+
It is a prerequisite that to work with these code samples, the Hyper API is installed in your language of choice. Head to our [official Hyper API Documentation](https://help.tableau.com/current/api/hyper_api/en-us/docs/hyper_api_installing.html) to get it up and running.
0 commit comments