You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @fvollmer for your issue report and sorry for my late answer. No indeed I don't see why the skipinitialspace should be put to True by default... even if it sounded like a good idea at the time. fee free to put a PR to correct this. thanks !
Initial space after a delimiter it is ignored.
Example
csv:
text:
This should be transformed into
but instead is transformed into
Workaround
Use quotes in csv (but not all tools support this)
csv:
Fix
Set
skipinitialspace=False
in https://github.com/berteh/ScribusGenerator/blob/master/ScribusGeneratorBackend.py#L559I'm not sure why it was set to
True
. Is there any reason? If not I'm more than happy to provide a PR 😁PS: Thanks for your nice script!
The text was updated successfully, but these errors were encountered: