sandsturm / whatsapp-converter

Use this application to convert your exported WhatsApp chat to a CSV, Excel or ODS file.
MIT License
17 stars 8 forks source link

Error when the user exporting whatsapp chat has a 24hr clock format #5

Closed atharvawaghmare14 closed 3 years ago

atharvawaghmare14 commented 3 years ago

The program gives error when the chat exporting device uses a 24 hr clock format. That is because the exported chat outline from a device with 12hr clock is different from 24hr format.

  1. There is no AM PM in the 24hr export.
  2. The date pattern in 24hr is different from 12 hr format export. The entire program crashes due to this flaws Please debug this as soon as possible.
sandsturm commented 3 years ago

Sure. Can you please provide an anonymized export? I will have a look on this.

atharvawaghmare14 commented 3 years ago

Sure. Can you please provide an anonymized export? I will have a look on this.

dataset2.txt This is the export I was getting errors with.

sandsturm commented 3 years ago

I corrected it in v0.4.4 and updated it here and in PyPi. Can you give it a try?

atharvawaghmare14 commented 3 years ago

I corrected it in v0.4.4 and updated it here and in PyPi. Can you give it a try?

sure thanks! it worked