Icon

Public

This directory contains 23 workflows.

Australian address string formatter (Python) 

Python must be installed pip install git+https://github.com/Aretle/address-net.git pip install […]

Australian Phone Number Formatter 

Cleans and formats Australian phone numbers using a combinatoion of regex, string manipulation and python library python-phonenumbers (Python port of […]

Iconexpand rows by date range 

This node will expend (create duplicates) rows for each day within date range specified by the selected columns.

Jaro Winkler Similarity (Python) 

Python must be installed python-string-similarity must be installed pip install […]

Pandas Profile report 

Produces Pandas Profile report. Will open in web browser. Python must be installed. Pandas-Profiling must be installed. pip install […]

PGP decrypt csv (Python) 

Deycrpts PGP encrypted csv files. This node uses python to perform decryption. Python Modules: cryptography==37.0.4 pgpy==0.5.4