Visual Field Example 12 - Advanced Loading Techniques
The source data this example is based upon
https://visualfield.org/auth/test.tsv
Skip This Line 1
Skip This Line 2
Skip This Line 3
Header 1 Header 2 Header 3
A B C
1 2 3
Key aspects this example demonstrates
- Fetching a simple dataset (URL).
- Specifying Tab as the field delimiter.
- Skipping the first 3 lines of the input
- Passing a Basic Authorization Header for a protected resource; user="user1", password="my password", which is Base64 encoded to; dXNlcjE6bXkgcGFzc3dvcmQ= .
Note; this example is for demonstration purposes only. These credentials are visible in the client - so this technique might be best reserved for local (internal intranet) based scenarios/use cases.
- Simple Table Visualization after load.
Additional Information
visualfield.org