Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JGrotex/tci-wi-banking-extension
TIBCO Cloud Integration Web Integrator Extension for Banking Tools, e.g. Data Validation and more
https://github.com/JGrotex/tci-wi-banking-extension
iban-validator tci-extensions tibco-cloud
Last synced: 3 months ago
JSON representation
TIBCO Cloud Integration Web Integrator Extension for Banking Tools, e.g. Data Validation and more
- Host: GitHub
- URL: https://github.com/JGrotex/tci-wi-banking-extension
- Owner: JGrotex
- License: mit
- Created: 2017-11-22T14:47:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T18:29:21.000Z (over 6 years ago)
- Last Synced: 2024-05-22T12:34:00.244Z (6 months ago)
- Topics: iban-validator, tci-extensions, tibco-cloud
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- tci-awesome - Banking
README
# TCI WI Banking Extension
[![Go Report Card](https://goreportcard.com/badge/github.com/JGrotex/tci-wi-banking-extension)](https://goreportcard.com/report/github.com/JGrotex/tci-wi-banking-extension) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
first Version with just IBAN validation, more to come ...
Usually you have to pay for those kind of services, with this Extension you can first of all host your own Version, and apply your own addantional Validations as well.
Here you can test the running Service on TIBCO Cloud Integration & Web Integrator and including this Extension using Swagger UI
http://www.godev.de/GOLib/swaggUI.htmlWill add the full TIBCO Cloud Integration App here soon, as the WebUI comes now with a APP Export Functionality.
Attached ZIP contains the first release v.1.2 and can just uploaded under
TIBCO Cloud Integration - Extensions## Activities
available Activities so far
### IBAN Validation
Validation of an IBAN String against IBAN Country specific Patterns and Checksum verification.#### Graphical Webintegrator Flow in TCI
![TCI Webintegrator flow image](screenshots/Banking-IBAN.png?raw=true "TCI WI Banking IBAN validation Screenshot")#### Interface
Input
- IBAN (String)Output
- result (String) "valid" / "invalid"
Note: more TCI Extensions can be found here: https://tibcosoftware.github.io/tci-awesome/