csv
csv copied to clipboard
Is it possible to get values as nil if the column doesn't have a value when `headers: true`?
When I use the headers: true option I'd like to get a map where all the headers are available as an entry but if the column doesn't have a value for a certain row then set the value to nil.