Hi everyone
I'm running on excel file and taking all the table from it (don't know the actual size).
when I'm showing what I got from the excel file - it gives me all the table including all the empty rows (but with the delimiters |||||_)
I have a loop that runs on the data and split it into row and variables and after that insert the variables into SQL, and then go to the next row.
in the loop after it ran on the data it will still run and will show me that the row = '|'.
how can I fix this???
I can add an IF to check if the first variable is empty but that means that the loop will run one more time for no reason..