Skip to main content

Example Use Cases

First time use instructions

Import orders from CSV file.

After following the first time use instructions you will have a new monday board importing example data from the CSV file (via URL).

CSV file imported in this example:

CSV file example

There are 4 steps:

  1. Prepare a new monday board
  2. Add access credentials for the CSV file
  3. Add integration to the board
  4. Wait for the first import

1. Prepare a new monday board

  • Create new board for Orders Create board

  • Remove default columns and items created on the board - this step is optional.
    You can keep those default columns if you prefer.

  • Add two columns: Product (type Text) and Quantity (type Numbers).
    Add two columns

  • Your monday board should look like this: Board view

2. Add access credentials for the CSV file

3. Add integration to the board

Add integration to the board:

Add integration to the board Add to board

Configure integration parameters:

  • Every time period - Select how often CSV file is imported to the monday board. In our example se set Every 1 day at 7:00. Integration
  • url - Select "Orders from URL". It is the URL we configured in step 2. Integration
  • perform operation - Select "add".
    More information about the options is available in section Integrations parameters. Integration
  • column - Type: Order ID
    Order ID column from the CSV file will be used as the item name. Integration

Click 'Add to Board' button to add integration to the board.

4. Wait for the first import

Wait for the first import to run at configured time in Every time period. When the file is imported, the board should look like this:

Board after import

CSV file imported in this example:

CSV file imported

Next steps will be specific to your use case, they may be:

  • Read trough the following sections in this guide, they provide more detailed information.
  • Prepare your CSV file and make it available via URL or SFTP server.
  • Update columns on the board to match your new CSV file.
  • Add credentials to access your CSV file (like in Step 2).
  • Update integration to use access credentials for your new CSV file.
  • Wait for the import to run at configured time.

If you have any questions, don't hesitate to contact us via email at contact@adftech.net.

Importing files from SFTP when the file name changes daily

If the file name on the SFTP server changes each day (e.g., includes a date or timestamp), the wildcard character * can be used to dynamically match the file name.

The * wildcard acts as a placeholder for one or more characters in the file name. This allows to identify and import the file without needing an exact match.

Example:

If the daily backup files are named like this:

  • backup/file_20240130.csv

The user can specify the file path in the Integration Sentence as:

  • backup/file*.csv

    Example

    This ensures that the import picks up the file that matches the pattern. However, make sure only one file that matches the pattern exists in this folder during each import.

Import Euro exchange rates from European Central Bank

European Central Bank is publishing exchange rates in CSV (.zip) file.
You can use this application to import exchange rate every day to your board.

Follow 3 steps below to import exchange rates:

1. Create a new board 'Euro Exchange Rates'

Add Number columns for currencies you would like to import. Available currencies are: USD, JPY, BGN, CZK, DKK, GBP, HUF, PLN, RON, SEK, CHF, ISK, NOK, TRY, AUD, BRL, CAD, CNY, HKD, IDR, ILS, INR, KRW, MXN, MYR, NZD, PHP, SGD, THB, ZAR.

Create Euro Exchange Rates board Euro Exchange Rates board

2. Add new URL credentials in Automatic Excel/CSV Import and Export board view

Add Automatic Excel/CSV Import and Export view to the board, then click 'Add new credentials' and enter the values:

3. Add integration

Add 'Every time period import CSV from URL url and perform operation using item name to identify items, use column from CSV as the item name.' and use this configuration:

  • Every time period: every 1 day at 6:00
  • url: Select 'Euro Exchange Rates'
  • perform operation: add
  • column: Date Euro Exchange Rates integration