Incremental import
The
Format
attribute can be used to specify a second
format to send the hierarchy and element names in the columns. If Format="Incremental
" is added to <Alea:CellBatch>
, a missing hierarchy and element name is replaced with the
hierarchy and element name from the line above. This shrinks the request and reduces the
processing time. This attribute is optional.
Example
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="4.180.4" Class="Cube" Method="ImportCells">
<Alea:CellBatch Cube="DCS_Planning" Delimiter=";" WithHierarchies="true" Format="Incremental">
Speed Rating;AS600/175;Time;01_2017;DCS_Measure;Units;3.14
;;;02_2017;;;2,718;"Cell^tnote line1^^^r^nLine2"
;;;03_2017;;;[+]-1,414
;;;04_2017;;;%#DELETED#%;%#DELETED#%</Alea:CellBatch>
</Alea:Request>
</Alea:Document>