Alternate hierarchies

The WithHierarchies attribute defines that for each dimension two columns are expected inside the <Alea:CellBatch> XML element. First a column with the hierarchy name followed by a column with the element name. For example:
<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="4.180.3" Class="Cube" Method="ImportCells">
    <Alea:CellBatch Cube="DCS_Planning" Delimiter=";" WithHierarchies="true">
Tire Size;AS600/175;Time;01_2017;DCS_Measure;Units;42</Alea:CellBatch>
  </Alea:Request>
</Alea:Document>