Import parameters

Directory

/data/unit-conversions

Files reference

  • filename : header

Other parameters

Import mode

Imports can be done with "full" or "update" mode.

  • Full mode : All entities in the file but not in the target application are created. All entities present in the target application but not in the file are deleted. The others are updated.

  • Update mode : same as "full" mode except that the entities present in the target application but not in the file are not deleted.

Files content

Data structure

Field Column Data type Required Business rules

First unit code

unit1

String

X

5 characters max

First quantity

quantity1

Double

X

Second unit code

unit2

String

X

5 characters max

Second quantity

quantity2

Double

X

Example

unit1;quantity1;unit2;quantity2
KG;1.0;G;1000.0