Data Resource - Script

Undraw Environment

Data Resource - Script

About

Scripts are text files that contains computer language such as:

  • bash
  • python
  • javascript

You can execute them by creating a command (ie a runtime data uri)

Howto

Example

To execute the

you would execute the following print command

tabul data print '(hello-world.sh@cd)@tmp'



Related HowTo
Undraw Environment
How to create a CSV dynamically with a script?

This howto will show you how you can create any resource dynamically with a script. In this example, we will create a CSV but you can create any type of resource on the fly. You should have followed...
Undraw Environment
How to execute a bash script ?

This howto shows you how to execute a bash script against the local file system. The bash script that will be executed is: a simple hello world sample application that accepts optionally 1 argument...
Undraw Environment
How to script a CSV?

The CSV generate howto shows you how to generate a CSV file with a generator but you can also write your own script to generate any kind of resource. To learn further how to do it, check this script howto:...

Task Runner