Link to home
Start Free TrialLog in
Avatar of vbnetcoder
vbnetcoder

asked on

import object from csv imports and extra row

my import object from a .csv imports and extra row so that all of the items are blank.  y?
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

why do you need the blank rows? normally you delete those blank rows

can you give more info.
The csv file would be helpful. But I am assuming you are stating that your import creates an extra blank row?  Most likely the csv file has and extra carriage return/linefeed (crLF) in it.
ASKER CERTIFIED SOLUTION
Avatar of vbnetcoder
vbnetcoder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So was it an extra crlf?
Avatar of vbnetcoder
vbnetcoder

ASKER

yeah not sure how i messed up the file
That is what my solution was, why was it not selected as the accepted solution?
ty