Import parameters

Directory

/data/currency-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 currency code

currency1

String

X

3 characters max

First coefficient

coefficient1

Double

X

Second currency code

currency2

String

X

3 characters max

Second coefficient

coefficient2

Double

X

Company code

companyCode

String

X

2 characters max

Effective date

effectDate

String (ISO-8601)

X

AAAA-MM-JJTHH:MM:SSZ

Example

currency1;coefficient1;currency2;coefficient2;companyCode;effectDate
EUR;1;USD;2;01;2014-05-28T12:00:00Z