I have one CDT (excelDataCDT) with two coulmns "Name" and "Addres

I have one CDT (excelDataCDT) with two coulmns "Name" and "Address". These are same header names in my excel sheet.

Input parameters of Smart service "Parse Excel Spreadsheet to CDT" are as follows:
cdt: =readexcelspreadsheettocdt(pv!excelDoc,1,pv!data)
excelDoc: =pv!excelDoc
sheetNumber: 1
(custom input variables)
Name: {saveInto: data.Name}
Address: {saveInto: data.Address}

Output Parameter of the smart service are:
Return CDT: data

Process Model Variables are:
data: excelDataCDT
excelDoc: excelSheet

After start the process model we are getting first row as blank. Please see the attached excel sheet and CDT data.

Please let us know, why the first row is not populating in CDT.
Note: To get excel sheet and screenshot, please extract attached .zip file

list.zip

OriginalPostID-162862

OriginalPostID-162862

  Discussion posts and replies are publicly visible