Import EXCEL from .csv with Carriage Returns
Solved
hlifert
Posted messages
3
Status
Membre
-
Mori -
Mori -
Hello,
I have a .csv file with 4 columns (last name, first name, address, phone). Delimiter = quotation mark Separator = comma
The address can span multiple lines, for example:
"Dupont","Jean","Marseille","0145654325"
"Martin","Pierre","15 rue des Fleurs
Paris","01454323454"
"Lefebvre","Marcel","33 rue de la Gare
44000
Nantes","045465675"
I am trying to import this file into EXCEL ensuring that the address is in the third column, and the cell can have multiple lines.
I've tried fiddling with the import settings in EXCEL, but in every case I end up with 6 records. The line break is interpreted as an end of record, even though it is within the quotation marks.
(Same problem under XP-EXCEL 2003 and under VISTA-EXCEL 2007)
Does anyone have a tip?
Thank you in advance
Henri
I have a .csv file with 4 columns (last name, first name, address, phone). Delimiter = quotation mark Separator = comma
The address can span multiple lines, for example:
"Dupont","Jean","Marseille","0145654325"
"Martin","Pierre","15 rue des Fleurs
Paris","01454323454"
"Lefebvre","Marcel","33 rue de la Gare
44000
Nantes","045465675"
I am trying to import this file into EXCEL ensuring that the address is in the third column, and the cell can have multiple lines.
I've tried fiddling with the import settings in EXCEL, but in every case I end up with 6 records. The line break is interpreted as an end of record, even though it is within the quotation marks.
(Same problem under XP-EXCEL 2003 and under VISTA-EXCEL 2007)
Does anyone have a tip?
Thank you in advance
Henri