OLEKSII KASIANENKO
Results
1
issues of
OLEKSII KASIANENKO
If csv file consists empty columns like this ``` ,col_1,col_2,col_3,col_4,col_5,col_6 ,1,112,1,100,130,4,8 ``` it rases error `Error: undefined method 'underscore' for nil:NilClass` Possible solution is to change prepare_headers method in Importer...