Giter Site home page Giter Site logo

neivamcarvalho / alteryx_sdk_eventtrigger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bobpeers/alteryx_sdk_eventtrigger

0.0 0.0 0.0 778 KB

Alteryx SDK Tool to wait for a file system event before allowing records to flow

License: GNU General Public License v3.0

Python 66.68% HTML 33.32%

alteryx_sdk_eventtrigger's Introduction

Alteryx SDK Event Trigger

Alteryx SDK Tool to wait for a file system event before allowing records to flow

Custom Alteryx SDK tool that will wait for file system events before allowing records to flow through. Events can be either folder or file events:

  • Change event (editing, renaming etc.)
  • Delete event (file/folder is deleted, note that renaming also triggers this event)
  • Add event (file/folder is created, note that renaming also triggers this event)

Installation

Download the yxi file and double click to install in Alteyrx.

Event Trigger Install Dialog

The tool will be installed in the Filesystem category.

Event Trigger Install Toolbar

Requirements

None, uses standard Python libraries.

Usage

Configure the tool to either monitor file or folder events. For folders just select the folder to monitor and the type of event to monitor. The folder does not need to exist beforehand so you can wait for a given folder to be created. For files select the folder and a file specification as well as the events types to monitor. As with folders the file does not need to exist beforehand so you can wait for a given file to be created.

The timout is how many secods the workflow will wait before continuing. If an event is triggered before the timeout data will pass out of the top (O) output, otherwise the timeout will trigger and data will pass out of the lower (E) output.

Outputs

The output will be a copy of the input data.

Usage

This workflow demonstrates the tool in use and the output data. The workflow shown here:

Event Trigger Workflow

alteryx_sdk_eventtrigger's People

Contributors

bobpeers avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.