LogoLogo
3.5.7
3.5.7
  • Introduction
  • Getting started
    • Installation
      • On-premises
        • Single-node
        • Multi-node
      • Azure Market Place
      • AWS Market Place
    • Tutorials
      • Amazon AWS CUR
      • Amazon AWS CUR (Athena)
      • Azure Stack
      • Azure EA
      • Azure CSP
      • Google Cloud
      • VMware vCloud
      • VMware vCenter
    • Concepts
      • User interface
      • Services
    • Releases
      • Upgrading to version 3
      • Known issues
      • Announcements
      • Archive
  • Reports
    • Accounts
    • Services
    • Instances
    • Summary
    • Budget
  • Services
    • Manage
    • Rates
    • Adjustments
    • Subscriptions
  • ACCOUNTS
    • Budget management
  • Data pipelines
    • Extract
      • Configuration
      • Templates
      • Script basics
      • Parslets
      • Subroutines
        • check_dateformat
        • check_dateargument
        • format_date
        • validate_response
      • Language
        • aws_sign_string
        • basename
        • buffer
        • csv
        • clear
        • discard
        • encode
        • encrypt
        • environment
        • escape
        • exit_loop
        • foreach
        • generate_jwt
        • get_last_day_of
        • gosub
        • gunzip
        • hash
        • http
        • if
        • json
        • loglevel
        • loop
        • match
        • pause
        • print
        • return
        • save
        • set
        • subroutine
        • terminate
        • unzip
        • uri
        • var
    • Transform
      • Transform Preview
      • Configuration
      • Language
        • aggregate
        • append
        • calculate
        • capitalise
        • convert
        • copy
        • correlate
        • create
        • default
        • delete
        • environment
        • event_to_usage
        • export
        • finish
        • if
        • import
        • include
        • lowercase
        • normalise
        • option
        • rename
        • replace
        • round
        • services
        • set
        • split
        • terminate
        • timecolumns
        • timerender
        • timestamp
        • update_service
        • uppercase
        • var
        • where
    • Datasets
    • Lookups
    • Metadata
    • Reports
    • Workflows
  • Administration
    • User management
      • SAML2/LDAP
      • Users
      • Groups
    • Notifications
    • Settings
      • Global Variables
  • Advanced
    • Integrate
      • GUI automation
        • Examples
      • API docs
      • Single sign-on
        • Azure-AD
        • Auth0
        • OneLogin
        • ADFS
        • LDAP
    • Security
    • Digging deeper
      • Authentication flows
      • Transformer datadate
      • Dataset lifecycle
      • Config.json
      • Directories
      • Databases
  • Terms & Conditions
  • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Data pipelines
  2. Extract

Language

Previousvalidate_responseNextaws_sign_string

Last updated 5 years ago

Was this helpful?

This article links to detailed descriptions of all the statements supported by USE script.

These descriptions assume knowledge of the .

Statement reference

Statement

Description

Create an AWS4-HMAC-SHA256 signature value

Extract the filename from path + filename string

Create a named buffer

Create a CSV file

Base16 or base64 encode data

Break out of a loop

Iterate over an array

Set a variable to contain the number of the last day of a specified month

Inflate GZIP data

Generate an SHA256 or HMACSHA256 hash

Execute an HTTP request

Conditionally execute statements

Format JSON data

Change the logging level

Execute statements repeatedly

Search using a regular expression

Suspend script execution

Echo text to standard output

Save a named buffer to disk

Specify a protocol parameter

Define a subroutine

End script execution

URI (percent) encode a variable

Create or update a variable

Delete any defined headers

Delete a named

Encrypt a

Escape quotes in a value or named

Call a

Explicitly return from a

Decompress ZIP data in a named

USE script basics
aws_sign_string
basename
buffer
clear
HTTP
csv
discard
buffer
encode
encrypt
variable
escape
variable
buffer
exit_loop
loop_exit
foreach
get_last_day_of
gosub
subroutine
gunzip
hash
http
if
json
loglevel
loop
match
pause
print
return
subroutine
save
set
subroutine
terminate
unzip
buffer
uri
var