-1

Can you please help me convert a conventional Excel document into an cedilla (Ç) delimited (upper case Ç) format like a .CSV format? To my knowledge it would be saved as a .txt file but with the upper case Ç separating each column of data. An example below of what I'm looking for:

AccountNameÇDateÇAccountStatusÇDateOpenedÇ
pnuts
  • 58,317
  • 11
  • 87
  • 139
Jim Johnson
  • 59
  • 1
  • 6

1 Answers1

0

I figured it out. Yes, all of you were correct. It was not a programming question. Here's the steps.

  1. Open .xlsx file
  2. Add an empty column after each column of data and input Ç for each column.
  3. Concatinate all the columns
  4. Save as .txt file
Jim Johnson
  • 59
  • 1
  • 6