Hello,
When we use TimeXtender REST 6.1.0.0 as a data source, all null values become empty strings.
This is problematic because many operations depend on null values, eg. default values, the coalesce function etc. Also, all fields become varchar if they contain null values because of the empty string.
It happens both with and without the use of flattening transformations.
The screenshot below shows an example of a table that has been loaded into the MDW where the cells contain empty stings instead of nulls. The same is true for the parquet files in the ODX storage account. So the mistake is likely happening when converting the xml into parquet.

