-1

I have a problem with CSV file.
I have a text Contacts file like that
+923334897142
+923334897143
+923334897144
+923334897145
+923334897146
+923334897147
+923334897148
when I am converting this text file in to CSV file, then CSV file Show my numbers without + example
 
923334897142
923334897143
923334897144
923334897145
923334897146
923334897147
923334897148

I want my all numbers with + in to csv file, I am using total CSV converter. or if any program that convert my Text file direct in to Vcf, Vcard file, then inform me. (Window 7 - office 2007)

rene
  • 41,474
  • 78
  • 114
  • 152
Zain Khan
  • 1
  • 1

1 Answers1

0

This is an example of what the line should look like: "=""+923334897142"""

See this as a reference: https://superuser.com/questions/318420/formatting-a-comma-delimited-csv-to-force-excel-to-interpret-value-as-a-string

Ctznkane525
  • 7,297
  • 3
  • 16
  • 40
  • Thanks John Kane For Give your important time to my Problem, i have not solve my problem, My Q. is Hi Every one i have a problem with CSV file. i am try a text Contacts file like that +923334897142 +923334897143 +923334897144 +923334897145 +923334897146 +923334897147 +923334897148 when i am convert this text file in to CSV file, Then CSV file Show my numbers without + example 923334897142 923334897143 923334897144 923334897145 923334897146 923334897147 923334897148 i want my all numbers with + in to csv file, – Zain Khan Jan 01 '18 at 09:26
  • If you change the text to look like my example, it'll appear in Excel the way you want. – Ctznkane525 Jan 01 '18 at 10:03
  • Thank you so much for reply. i am very thankful if you give me a example video tutorial on my work, how to do. thanks my email address is usmanaliofficial@gmail.com – Zain Khan Jan 01 '18 at 22:12
  • i am not now how to do this – Zain Khan Jan 01 '18 at 22:17
  • This is the instructions...I would appreciate it https://stackoverflow.com/help/someone-answers – Ctznkane525 Jan 01 '18 at 22:19