datamapper

OL Learn Blog Performance
Creating sample data

This article explains how to create dummy data using Mockaroo.com, a free online data generator. The resulting data can be processed via the OL…

Read More →


Data Design

Stop doing that! – 2

Last time around, we looked at some bad practices commonly found in OL Workflow configurations. Today, we’re taking a look at some of my…

Read More →


Data Performance

JavaScript
Jazzing up your JS skills – 1

If you’ve implemented any project of relative importance with OL Connect, chances are you had to write scripts at some point, be it in…

Read More →


Performance

Naming convention for Data Fields
Naming convention for Data Fields

As a general rule, software engineers love to give users of their applications as much flexibility as possible. If you ask them for an…

Read More →


Data

Breaking out of loops in DataMapper
Breaking out of loops in DataMapper

Loops are commonplace in data mapping configurations. Unless all your data is static, you have to use them in order to extract repeating items.…

Read More →


Data