Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
title2) Add, edit and navigate between sample messages

The Translator is a data driven environment, meaning you can use real Sample Data to develop and test your integration logic.

Navigate Samples

The current sample message is passed in as the argument to the main function for the script to execute against the specified sample. This allows you to run quick test cases with your various sample use cases.

The sample data navigation controls allow you to:

  • Move to the first or last message

  • Move to the next or previous message

  • Navigate to a particular message by number

Edit Sample Data

Edit sample data will open your selected sample message in the code editor for you to view or apply modifications to the sample.

Add Sample Data

Add sample messages. There are three easy ways to add sample data to the Translator:

  1. Paste in individual sample messages

  2. Import bulk file of sample messages

  3. Import a sample message from the Iguana Logs

Expand
title3) Manage the project - make commits and interact with connected git repositories

The Translator’s Source Control tools help you manage your projects, saving changes locally and in connected remote git repositories for the rest of the team to access.

See Git Workflow in the Translator for an example use case.

Commit Changes

Commit and Push Changes to Git

Pull Changes

Pull Changes from an upstream repo

Push Changes

Connect a Repository

Repository Management Screen

Show Current Branch

Git Terminal

...