Hi Experts,
I got a requirement to export data as .csv with data separator as pipe (|) delimited.
Please help me how to create an export action in Anaplan as data separator as pipe delimited.
Thanks in advance.
Regards,
Anil
@anildudam
To my knowledge I don't think that there is way to tweak the formatting of export files in Anaplan. However if you need the data in pipe format, then you could add one more column/line item in the export module and place all the data in this line item. Finally export this line item as csv.
Hope that helps,
Misbah
Miz Logix
Hi @anildudam
You cannot export in that way as there is no option for delimiter during export in anaplan like @Misbah mentioned. However, you can use SUBSTITUE logic to replace Spaces with Pipes in another line item and export it.
Edit: Replace Spaces with Pipes, Not Pipes with spaces
Thanks,Manjunath
Can you show the export type you need. because when we say delimiter for CSV it is always "," because it is the format in Excel and after each comma it assigns to new cell.
Thanks
Hi Manjunath,
Let me try this option and will revert back once able to do it.
Thanks & regards,
Hi Misbah,
Thanks for your reply, let me try this option and will revert back once able to do it.
Thanks for your reply, I will share you soon.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the node…
I want to create an S3 connection that will have monthly data stored in individual csv files that is connected to ADO. Around month end, data will be uploaded multiple times, replacing existing csvs. When this happens I want to replace the existing data for that month with the new file. I don't want to have to create a…