csv icon indicating copy to clipboard operation
csv copied to clipboard

Is it possible to get values as nil if the column doesn't have a value when `headers: true`?

Open JasterV opened this issue 1 year ago • 0 comments

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.

JasterV avatar Jul 15 '24 13:07 JasterV