This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Sync Model from CSV.ajs | |
// | |
// Requires jArchi - https://www.archimatetool.com/blog/2018/07/02/jarchi/ | |
// | |
// This script allows easy integration of data coming from other systems through CSV files. | |
// Each CSV file is described through a configuration object that you can later load and sync. | |
// Most of the mapping informations (Id, Name, Documentation, Properties...) can be expressed through | |
// the name of a column from the CSV file or through a function (which allows more advanced computation). | |
// | |
// Dataset used as example comes from https://datahub.io/core/country-codes |