Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help on how to extract line item details and cell text

user10394539Jul 24 2013 — edited Jul 24 2013

Hi Experts ...

I have a sample grid which has line item details and cell text entered. When i try extracting the data , i am getting the extract in the format as below:

!DATA

!LINE_ITEM_DETAIL

Actual;2013;January;Periodic;[None];[None];111010;[ICP None];[None];[None];[None];[None];10000;"Sample";

!DESCRIPTIONS

Actual;2013;January;Periodic;[None];[None];111010;[ICP None];[None];[None];[None];[None];"[Default]~Test123"

!DATA

where :

Sample = Line Item Description

10000 = Line Item Value

Test123 = Cell Text

Options selected while extracting :

Cell text

Line Item Details = Individual Line Items

Extract Format = Without Header

But if i try loading this .DAT file to another application, i am getting error as :

Line : 3, Error:Token should be enclosed in double quotes.

I tried changing the .DAT file as

!DATA

!LINE_ITEM_DETAIL

Actual;2013;January;Periodic;[None];[None];111010;[ICP None];[None];[None];[None];[None];"Sample";10000

!DESCRIPTIONS

Actual;2013;January;Periodic;[None];[None];111010;[ICP None];[None];[None];[None];[None];"[Default]~Test123"

!DATA

This time the loading was successful..

Can any one suggest me if there is any method by which we can get the .DAT file extract in this format from HFM ?

Thanks in advance!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2013
Added on Jul 24 2013
5 comments
617 views