Pustur/whatsapp-chat-parser

WhatsApp format problem

Closed this issue · 1 comments

Hey, my whatsapp text log uses this format:

20/6/2017 8:28 p. m. - Michelle: test

it doesn't work since it shows:

{
  author: "p. m. - Michelle",
  date: Tue Jun 20 2017 08:28:00 GMT-0500 (hora estándar oriental),
  message: "test"
}

Hello, thanks for reporting the issue! The problem was a sneaky non breaking space in your message. I fixed the parser to allow any whitespace there.

Screen Shot 2021-05-28 at 21 34 51

Should work with the new version 3.1.2, let me know if you still have problems.