Add a special keyword for semi-colon as a CSV Separator in WFS request
Description
There's a problem with the ";" CSV separator in the WFS request. We already use a semi-colon to separate key-value pairs in format_options. Secondly, semi-colon being a special character needs to be passed as %3B (URL encode reference) in WFS request. It is not parsed in certain cases.
Hence, Adding a special keyword to avoid all kinds of problems.
Environment
None
Activity
Daniele Romagnoli
November 2, 2021 at 2:17 PM
Hi @Jukka Rahkonen .
nope. I’m going to close it. Thanks for reminding that.
Jukka Rahkonen
November 1, 2021 at 7:01 AM
All pull requests have been merged. Is there still a reason to keep this issue open?
There's a problem with the ";" CSV separator in the WFS request. We already use a semi-colon to separate key-value pairs in format_options. Secondly, semi-colon being a special character needs to be passed as %3B (URL encode reference) in WFS request. It is not parsed in certain cases.
Hence, Adding a special keyword to avoid all kinds of problems.