csv-files with '+' in field -> treated as formula

  • Thread starter Thread starter dave
  • Start date Start date
D

dave

When I make up a CSV-file (from our oracle-database) we
have to fill in a line like this:
9603144;01;TEST;+BE;01/01/1000;31/12/9999

When opening the file in Excel, the 4th field (+BE) is
treated as a formula, but that is not an option.

Anyone have an idea how to write it in the CSV-file so
that it is treated as a text-field but without showing any
quotes (so I would like to see +BE and not '+BE)

Tnx already in advance!
Dave
 
found something myself: just add a space before the + and
it's ok

if anyone has another idea: post it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel CSV Files; Creating Of 3
.csv Commas ? 2
csv files 1
How to Keep Excel Sheet Formatting On a CSV Sheet with vba 1
Formating Numbers 11
Excel And Notepad 3
CSV 4
["\r\n" new line command in CSV file] 1

Back
Top