Skip to content

Commit

Permalink
cells = NULL are transformed to nil by both csv converters
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed Feb 18, 2021
1 parent 5f461f6 commit 0ba9448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/kiba/extend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module Extend
begin
if s.nil?
nil
elsif s == 'NULL'
nil
else
s.strip
.gsub(/ +/, ' ')
Expand Down

0 comments on commit 0ba9448

Please sign in to comment.