Data load editor
The data load script connects an app to a data source and loads data from the data source into the app. When you have loaded the data it is available to the app for analysis. When you want to create, edit and run a data load script you use the data load editor.
You can edit a script manually, or it can be generated by the data manager. If you need to use complex script statements, you need to edit them manually.
A: Toolbar
The toolbar contains the navigation menu, the global menu and other useful commands.
UI item | Description |
---|---|
|
Global menu with navigation options, and actions that you can perform in your app. For more information about tabbed browsing and the global menu, see Navigating using tabs. |
|
Show or hide app information, where you can choose to edit app information or open app options and style your app. |
Prepare |
Prepare your data. You can select Data manager, Data model viewer, or Data load editor. |
Analyze |
Analyze your data. You can select Sheet or Insights. |
Narrate |
Tell a story with your data. You can select Storytelling. |
|
Debug the script. For more information, see Debug the data load script. |
|
Run the script to load data. The app is automatically saved before loading. For more information, see Run the script to load data. |
|
Open and close the Data connections panel. |
B: Data connections
In Data connections you create and save shortcuts to the data sources (databases or remote files) you commonly use. Data connections are organized by the spaces in which the connections were created.
For more information, see Connecting to data sources.
C: Script editor
The script editor is where you edit the script code. Each script line is numbered and the script is color coded by syntax components.
The script editor toolbar contains the following commands:
UI item | Description |
---|---|
|
Search and replace text in the script. |
|
Comment/uncomment. |
|
Indent code. |
|
Outdent code. |
|
Activate syntax help mode. In help mode you can click on a syntax keyword (marked in blue) in the editor to access detailed syntax help. |
|
Undo the latest change (multiple step undo is possible). |
|
Redo the latest undo. |
For more information, see Edit the data load script.
D: Sections
You can divide your script into sections to make it easier to read and maintain. The sections are executed from top to bottom.
If you have added data using Add data, you will have a data load script section named Auto-generated section that contains the script code required to load the data.
UI item | Description |
---|---|
|
Create a new script section. |
|
Delete a section. |
For more information, see Organizing the script code.
E: Output
Output displays the autosave status and all messages that are generated during data load.