Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

excel and lsmw

Former Member
0 Kudos

Hi

My source structure has five fields. And excel file has data distributed

in five columns. in the specify files step I have set tabulator as field

separator, but after reading excel file< lsmw returns something wrong.

And read rows count is more than data rows in the excel file.

What to do to read data from excel correctly?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you can't read from excel. you have to convert your excel file first to a .csv file

2 REPLIES 2

Former Member
0 Kudos

you can't read from excel. you have to convert your excel file first to a .csv file

0 Kudos

I couldn't solve this problem almost 2 hours.

Thank you very much.