C
chazparks
I have a text file with a series of rows like:
Value1,"Value2â–“Value3",Value4
but when I import the Project is reading it like
Value1,"Value2
Value3",Value4
I am wanting 3 columns where Value2 and Value3 are in the same cell but with
a
line return between them.
â–“ is actually a char(10) in the text file.
Is there anyway to do this?
Value1,"Value2â–“Value3",Value4
but when I import the Project is reading it like
Value1,"Value2
Value3",Value4
I am wanting 3 columns where Value2 and Value3 are in the same cell but with
a
line return between them.
â–“ is actually a char(10) in the text file.
Is there anyway to do this?