Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import CSV exported by Nokia Sute - conversion script #239

Open
fanto666 opened this issue Mar 9, 2025 · 2 comments
Open

Import CSV exported by Nokia Sute - conversion script #239

fanto666 opened this issue Mar 9, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@fanto666
Copy link

fanto666 commented Mar 9, 2025

If you or anyone else is interested:
I made script that reads CSV export made by Nokia Suite and convers it to (CSV) format that can be read by convertor
provided in:

#229 (comment)

I'm not skilled with Python so I made it using perl.
Compared to the conversion scripts in
#59 (comment)
my script:

  • converts time in local format
  • supports the "read" info since it's present in Nokia export
  • converts newlines into "\n"
  • produces always quoted fields so they can be read into LibreOffice and filtered
    • phone numers are understood as text fields
    • libreoffice exports are the same format (except empty fields) so "diff" can be used

I'm currently searching for way to attach it, since github doesn't allow uploading ".pl" files into comments

@fanto666
Copy link
Author

fanto666 commented Mar 9, 2025

pull request:
#240
should do that

@tmo1
Copy link
Owner

tmo1 commented Mar 9, 2025

Thanks! I'll take a look.

@tmo1 tmo1 added the enhancement New feature or request label Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants