77 scripts
Regex Pattern Library
Pre-built regex patterns for common data extraction.
Excel Bulk Writer (No Loop)
Writes an entire datatable to Excel in a single bulk operation using write-to-range.
PDF Text Extractor
Extracts all text from a PDF using the built-in Extract text from PDF action.
Batch Chunker
Splits a large datatable into smaller batches of N rows.
Excel Writer from Datatable
Takes a PAD datatable and writes it to a new or existing Excel sheet starting at a configurable cell.
REST API POST Caller
Sends an HTTP POST with JSON body, auth headers, and content-type.
REST API GET Caller
Makes an HTTP GET request with configurable URL, headers, and query parameters. Parses JSON response into PAD variables.
Checkpoint & Resume
Saves progress to a checkpoint file after each batch so a mid-run failure restarts from the last completed batch.
Outlook Email Sender
Sends a formatted email via Outlook with subject, body, recipients, CC, and optional attachments.
CSV to Datatable Parser
Reads a CSV file with proper handling of quoted fields and multi-line values.
Datatable Filter
Filters a datatable by column value using equals, contains, starts-with, or regex match.
SQL Bulk Inserter
Takes a PAD datatable and inserts rows into a SQL table in batches.
Dead Letter Logger
Items that fail processing after retries get moved to a dead-letter log file.
SAP GUI Navigator
Automates SAP GUI transaction navigation.
Parallel-Ready Batch Splitter
Splits work into N files/queues for multiple PAD machines running in parallel.
Legacy App Login
Automates login to a thick-client desktop application.
Large Datatable Streamer
Processes large datasets in streaming chunks to avoid memory crashes.
SharePoint File Uploader
Uploads a local file to a SharePoint document library.
SharePoint File Downloader
Downloads a file from SharePoint to a local folder.
Datatable Sorter
Sorts a datatable by one or more columns in ascending or descending order.