Background
pxmake uses semicolon (;) to end keyword values. However, PX-files are allowed to have semicolons inside values. Currently this breaks pxmake.
Example
In line 89 of this file from Statistics Finland there's a semicolon in the value (right before "olki-").
"16 Sahatavaran sekä puu- ja korkkituotteiden valmistus (pl. huonekalut); olki- ja punontatuotteiden valmistus",
pxmake should be able to handle this.
@larpSTATGL has already experimented with implementing this in #452
(this issue originated in #451)
Background
pxmake uses semicolon (
;) to end keyword values. However, PX-files are allowed to have semicolons inside values. Currently this breaks pxmake.Example
In line 89 of this file from Statistics Finland there's a semicolon in the value (right before "olki-").
"16 Sahatavaran sekä puu- ja korkkituotteiden valmistus (pl. huonekalut); olki- ja punontatuotteiden valmistus",pxmake should be able to handle this.
@larpSTATGL has already experimented with implementing this in #452
(this issue originated in #451)