Data Import Template

To import a package or data with its metadata from another system source follow these steps:

HINT  
Prior importing data in bulk in FintechOS, go to the legacy system and export the data in an Excel file.
Do not include the source primary keys in the data exports. Primary keys are generated automatically by the system.
Make sure to include in the source export any attributes that are required in the destination entity, otherwise the import will fail.
  1. Open the Innovation Studio and select the Evolutive Data Core.
  2. Click on the Data Import Template menu item. To open an existing template search in the list for the desired one. To create a new one click on ''Insert''. To erase a template, click on the ''Delete'' button on the right side of the screen.
  3. Fill in the following:
    FieldData TypeDescription
    Name TextInsert a name for the package.
    Entity Option setChoose the entity you wish to have the import done on.
    Unique constraint Option set Select the constraint. For more information, see Entity Unique Constraints. For each entity record, there will be unique values.
  4. Click the ''save and reload'' button. Two grids will show up: LIST OF DATA IMPORT ATTRIBUTES and LIST OF DATA IMPORTS.
  5. In the list of data import attributes, click the ''insert'' button to insert an attribute by filling in the following fields:
    FieldData TypeDescription
    Attribute Option set Select the attribute you wish to include. Be sure to include the attribute which has the unique constraint.
    Column name Text

    Insert a name for the column.

    IMPORTANT!  
    The name must be the same as the name of the column in the Excel file.
    Date time formatOption set Select the way in which to write the date, if the attribute is a date type:
    • none
    • dd/MM/yyyy
    • MM/dd/yyyy
    • dd-MM-yyyy
    • MM-dd-yyyy.
    Data Import Attribute TypeOption set Select the type:
    • Plain Field
    • Lookup Field
    • Optionset Field.

  6. Click the ''Save and close'' button.
  7. Repeat for as many attributes as needed. It is possible to delete an attribute by clicking the ''Delete'' button next to the ''Insert'' button.
  8. In the list data imports, click the ''Insert'' button.
  9. Fill in the following:
    FieldData TypesDescription
    StatusOption set

    This is auto-filled. The options are:

    • new (this is the initial status of an import before the ''Start import'' button has been clicked)
    • imported (this is the confirmation if the import was successful)
    • error (this is the status if the import failed).
    FileFileAdd the Excel file here.
    Data ImportOption setName of the template.
    Rollback when errorBoolThis checkbox will enable the process of coming back to the initial state of the data base when the import fails.
  10. Click the ''Start Import'' button. In the DATA IMPORT LOGS grid, the history of the process will be recorded. If the is an error the messages will be shown here.
  11. Click the ''Save and close'' button. Repeat as many times as needed.