Hello everyone, I would like to change the seperator in the CSV export from a comma to a semicolon. Does anyone of you know if this is possible?
Kind regards, Ralf
Good Grief! My bad!
No, I don't see any way to do that. Even after saving the export action, there's no way to edit/change the delimiter.
If you wanted to get fancy, you could create a module that concatenates the columns in the export into a single line item (string) that includes the correct delimiter, and export that for downstream consumption.
The above aside, if the integration is going to be automated/scheduled, then part of the process could be to change the delimiter. This could be as simple as a batch script, or something a developer/IT resource would handle in a more formal manner.
Paul
Hello,
I ran a test where I created a CSV file (with comma separators), then changed the commas to semicolons (using notepad), and saved the CSV. When I imported the file, Anaplan identified the separator as a semicolon and correctly loaded the file.
Therefore, the answer is 'yes'
Cheers!
Dear Paul,Thank you for your reply.
I think i didn't state my question correctly.I'm looking for a way to export from Anaplan with semicolons as seperators ,not comma's. This is because other ERP systems use Semicolons instead of comma's as seperators. therefore we need to change the comma's to semicolons by hand before we can import our Anaplan export's into other systems.Kind regards,Ralf
Hi Paul,I think it's time to get fancy then and make a long text string then for a short time solution. Creating an interface between two systems will be the long term solution.Kind regards,Ralf
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…