Skip to main content
Planview Customer Success Center

How to define the input date format in transformation files

In the transformation XML files for Integration Framework, there are two <culture> tags for importing and exporting data: one in the Changepoint section and one in the External section. You must set the culture tags correctly in each section and for each direction of the transformation file.

For example, if the direction is Outbound and you set the culture to "en-US," the date string coming from Changepoint must be in en-US format. The date string will then be converted to the culture of the tag in the External section culture tag.

If both tags are set to "fr-FR," then the date string coming from Changepoint must be in the "fr-FR" culture format.