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
Why are non‑admin users unable to view Module information on the Anaplan page, while workspace administrators can? (After click the three dots on the grids right up corner) Are there any configuration options that allow non‑admin users to view module details without granting full workspace administrator access?
Just like the main question above, I wanted to try out the new feature on the board where you can you the insights panel to put additional cards. However, I wanted to synchronize scroll a card on the main board with the card on the insights panel but I can't find where it might be.
Hi everyone, I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error: Failed to establish a connection The following message was sent from the target system: The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.…