Could you upload a sample of the data you have and what you are trying to accomplish?
I am not understanding how a blank cell is importing a (,). Unless you are converting the data from the excel sheet to a csv file, and it looks like:
A1,B1,C1,D1
A2,B2,,D2
,,,
,,,
,,,
If this is the case, you will need to put a check to not export the data if cell A(row#) is empty.




Reply With Quote
Bookmarks