Description of Issue
Client needs full export of roles and user changed to CSV for Excel use
Context
- Munis
- Roles
- Excel
Cause
The export role data application can only export to UNL file type
Resolution
- Follow this article to export the role data. Export and Import Munis Roles and Users
- Find the exported file in the target directory
- This can likely be found in the export directory
- Right click on the file and select Open in Notepad or Open in Notepad++
- Next you will need to replace all pipe characters ( | ) from the file with a comma character (,)
- In the file highlight the pipe character and press CTRL + H:
- Find what: This should show |
- Replace with: Type in a comma (,)
- Click Replace all
- This will replace all pipe characters with a comma character now
- In the file highlight the pipe character and press CTRL + H:
- Save the file as a .csv file type:
- Ex. rousratt.csv
- Open this new .csv file in Excel and you should now be able to view the data in the Excel document
Additional Information
Please create a case with TSM Support for further assistance in the Support Portal.
Add Comment