https://github.com/softwareag/transform-object
Following instructions will get you a copy of the specific Date transform in your webMethods.io Integration tenant.
https://github.com/softwareag/transform-object
webmethods webmethods-io-integration
Last synced: about 1 year ago
JSON representation
Following instructions will get you a copy of the specific Date transform in your webMethods.io Integration tenant.
- Host: GitHub
- URL: https://github.com/softwareag/transform-object
- Owner: SoftwareAG
- License: apache-2.0
- Created: 2020-07-30T18:35:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T13:35:02.000Z (over 2 years ago)
- Last Synced: 2025-02-13T09:30:01.045Z (over 1 year ago)
- Topics: webmethods, webmethods-io-integration
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Transform-Object
## Getting Started
Following instructions will get you a copy of the specific Date transform in your webMethods.io Integration tanent.
List of Date transform available in the webMethods.io Integration are:
1. Contains Key : This operation lets you check whether the specified key is present in the given object.
2. Create Object: This operation lets you create an object containing specific key-value pairs.
3. Get: This operation will fetch the value of a key..
4. List Keys: This operation lets you fetch the keys of the specified object.
5. Put: This operation lets you insert a key-value pair in the specified object.
6. Remove: This operation lets you remove an item from the given object.
7. Size: This operation lets you get the size of the given object.
### Prerequisites
1. An account in [webmethod.io](https://www.softwareag.cloud/site/product/webmethods-io-integration.html) with webMethods.io Integration access.
### Importing the recipie to your webMethods.io Integration tanent:
1. Download the specific zip file which transform you want test, from this github page.
2. Log in to your webmethod.io account then go to `webMethods.io Integration`.
3. Select `Reciepes` the click on `Import`.

4. Then select the downloaded file and click on `open`.

5. After that you will be able the workflow in your recipie list.

6. Click on that workflow and then select the project name where you want to import the workflow and click on `Done`.

7. After that you will see a short description about that transform along with the workflow name. Click on `Import` here.

Yeee now you have succesfully imported the work flow.
### Run the workflow:
1. Go to that specific project where you have imported the workflow. Hover over the workflow that you have imported and click on `edit`.

2. Click on the `edit` icon present in the top left corner.
.
3. Now go to the workflow description and coppy the requested body. `only the JSON part`. And click `Done`. If There is no request body present you can dirctly run the workflow (Step 8).

4. Now `double click` on the start .
.
5. From the list click on webhook.

6. Click `Next`.

7. Now paste the coppied data in to the body and click `Next` and then `Done`.

8. Now run the workflow it will give you output in the logger. Here you can see the size of the provided Object.

### Test With other input:
1. Open the weebhook and change the data inside the body. Donot change the formte of the data. ie. the date formate is object .

2. Now run the workflow it will give you output in the logger.
--------
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.