B2Win Suite Documentation (Under Construction)
5.4
5.4
  • B2Win Suite Documentation
  • Scripting
    • B2Win Suite Scripting Overview
    • Scripting in B2Data
      • Custom Script Nodes
        • Custom Script
        • Source Script Node (File)
        • Source Script Node (Table)
        • Source Script Node (Object)
        • If-Else Condition
        • Condition Node
      • In DataPrep
      • Properties
      • Workflow Applications
        • Workflow #1
        • Workflow #2
    • Getting Started
    • Language Basics
    • Types & Objects
      • Primitives
      • Objects
        • Instant
        • LocalDateTime
        • LocalDate
        • LocalTime
        • JsonNode
        • ObjectNode
        • File
        • SuiteTable
        • Duration
      • Arrays & Maps
      • Row, Column, StringColumn
    • Utilities
      • Date & Time
        • InstantUtil
        • GeneralDateUtil
        • LocalDateTimeUtil
        • LocalDateUtil
        • LocalTimeUtil
        • Formatting
        • Timezones
      • Math
      • StrictMath
      • NumericUtil
      • DbUtil
      • DbExecutor
      • StateUtil
      • FileUtil
      • JsonUtil
      • HttpUtil
      • NodeInputReader
      • RandomUtil
      • HashingUtil
      • CompressionUtil
      • Logging
    • Properties
    • Context and System
      • Context
      • System
    • Configurations
      • Workflow Configuration
    • Tutorial
    • Feedback
  • B2Data
    • Workflow Settings
      • General Settings
      • Global/All Properties
      • Execution Configuration
        • General
        • Runtime
        • Compiler
        • Storage
        • Clean Up
      • Permissions
    • Nodes
      • Scheduler
    • Services Configuration
      • Power BI
Powered by GitBook
On this page
  • What is Scripting
  • Where to Use
  • Scripting Manual
  • Tutorial
  • Feedback
  1. Scripting

B2Win Suite Scripting Overview

Welcome to the official documentation for Scripting in B2Win Suite. This guide will walk you through the essential concepts, key capabilities, and practical examples.

PreviousB2Win Suite DocumentationNextScripting in B2Data

Last updated 1 year ago

What is Scripting

B2Win Suite Scripting, a language akin to TypeScript in syntax, stands out for its notable flexibility and robust capabilities, offering unparalleled customization and enhancement options for workflows within B2Data.


Where to Use

As of right now, Scripting is only available in .

B2Data is built on a modular workflow architecture. These workflows are constructed by connecting different nodes, with each node representing a specific action or step in the data journey.

In B2Data, Scripting can be used in various ways:

To learn more about using Scripting:

Data Transform Functions Within other nodes Properties


Scripting Manual


Tutorial


Feedback

Data Source

Custom Script
If-Else Conditio
DataPrep
global property
Condition
local property
Script Source (File)
Script Source (Table)
Script Source (Object)
Getting Started
Language Basics
Data Types and Data Structure
Non-Static Classes
Static Classes
Context and System
Property Class
Logging and configuration
Write your first script
Give us your feedback
B2Data
Scripting Options in B2Data
Page cover image