Motivation
Excel files support basic/primitive data types. However, most would include something like a start date and end date type of data. In Drupal, this is mostly handled by the Date Range core module. It would be great if the Excel Importer was able to detect such fields and supply the appropriate data and structure when creating a node with Date Range fields.
Proposed resolution
When trying to get the correct value to pass to the node creation code, detect the field type and if it's a type of "daterange" supply an array of the following structure:
[
"value" => "2020-11-18T12:00:00",
"end_value" => "2020-11-28T12:00:00"
]
Issue fork excel_importer-3183105
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 #7
tsega commentedComment #8
tsega commentedComment #9
tsega commentedComment #10
tsega commented