Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.Problem/Motivation
If a field (column) is an integer data type but not value is given, the validation kicks in and complains that empty is not a number. It would be convenient if an empty string for an integer data type can be consider a value of 0.
Proposed resolution
Skip validation for empty fields (columns).
Issue fork excel_importer-3238318
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
tsega commentedComment #3
tsega commentedComment #4
tsega commentedComment #6
tsega commentedComment #7
tsega commentedComment #8
tsega commented