opf / OpenProjectExcel

MIT License
56 stars 22 forks source link

Unexpected replacement of ", " with "," -- removes the space after the comma in the task headers #61

Open foxweb opened 9 months ago

foxweb commented 9 months ago

Importing tasks from an OP to an Excel spreadsheet and exporting tasks from a spreadsheet to an OP removes the space after the comma in the titles.

Example:

New task, part 1 —> New task,part 1
New task, part 2 —> New task,part 2
New task, part 3 —> New task,part 3

How to fix this bug?