cancel
Showing results for 
Search instead for 
Did you mean: 

blank row in excel

Former Member
0 Kudos

Hi Experts,

while uploading an excel sheet having data from my system in a context node, i m getting a blank row in the node.

But my requiremenet is , if there is any blank row in the excel sheet then it shuld not get into the context nodei.e while parsing my excel sheet into a node, no empty rows details must be there in node..

provide a soln for it.

regards,

anand

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If possible pls post the code you are using to read the excel and to populate that data into node. You need to keep the condition while creating a new element to node everytime whether the row is blank or not.

Regards,

Charan

Former Member
0 Kudos

Hi,

I would say check for:

if (my_value != null)

{ //code}.

Kind regards,

Christoph