Page 1 of 1

Export data

Posted: Wed Sep 08, 2021 10:12 am
by Amit91
Hi,

I want to export 100 existing customer data only from cube.

Can anyone help me with the coding how to achieve this task?

Thanks in advance.

Re: Export data

Posted: Wed Sep 08, 2021 11:02 am
by Elessar
Hi,

There are many ways to do this.
1. Create a view with 100 customers. Use Architect "Export as text data" function
2. in PAW or TM1web, use "export to excel" function
3. Use Bedrock: https://github.com/cubewise-code/bedroc ... ata.export
4. Write your own process, using ASCIIOutput or TextOutput

Re: Export data

Posted: Thu Sep 09, 2021 7:27 am
by Amit91
Hi Elessar,

Thanks for your quick response. Actually i want to delete all old customer data in all cube how to achieve through TI process only, Because if i export data through PAW or TM1 web that is manual work i want to do through TI process only.

Thanks.

Re: Export data

Posted: Mon Sep 13, 2021 2:36 pm
by Steve Rowe
Which is it though?
Export 100 customers from one cube?
or
Delete data from all customers and all cubes?

They are very different requests...

I'd also refer you to the Request for Assistance Guidelines stickied at the top of the forum. It is well worth reviewing this so that your posts meet the minimum standards and increase the chances for a useful response.

At a minimum I would also suggest that your review the TI functions in the online help and have a go at scripting this yourself, in a development of course!

Cheers,