Data Import

Dynasys is daily refreshed from BW and SalesForce.

A global and unique process (common to all instances of one company) allows to manage files provided by those two applications. The goal is to :


Here's the algorithm dedicated to inbound csv files :



Read files

If current day = Monday, the file must have generated on Day-1 at the latest

Otherwise, the creation date of the file must be Day 0.


The setting file D:\DynaSys\Batchs\Settings\dscp_settings.ini on the backend server contains a list of files to exclude.

If the file is part of this list, it won't be processed.


Rework data

[To do]

Apply integrity controls

[To do]