Skip to content

Releases: bloomberg/pycsvw

Fix for url-quoteing of # in uris

30 Nov 14:25
02cff71
Compare
Choose a tag to compare

Fix for url-quoting of allowed special characters, including #.

Increase checks on metadata and csv file compatibility in terms of number of columns and virtual columns following non-virtual columns in order.

Fix for not urlquoting for "default" values of virtual columns

09 Nov 20:17
1c62ec0
Compare
Choose a tag to compare

The bug where substitutions specified in "default" value of a virtual column were url-quoted, causing for example space characters in a string literal to be converted to "%20", is fixed.

Also, the issue about out variable not initialized is addressed.