Spaces in CSV Headings

Sort:
You are not authorized to post a reply.
Author
Messages
Lynne
Veteran Member
Posts: 122
Veteran Member
    Does anyone know if it's possible in 4GL to put spaces in CSV column headings?  For example, I need "Contract Number" as opposed to "ContractNumber" for the heading of a column.  I tried using the 800-OVRDESCCSV with spaces, but it doesn't respect them.  Thanks!
    Lynne
    Veteran Member
    Posts: 122
    Veteran Member
      I just came up with a workaround type of solution. I have a csv file on the server that contains only the headings (1 record with spaces in the names). Then, in my program, I append to that csv as opposed to creating the headings in my program. I'll have to do a little manipulation so I always have the base headings file after processing.
      You are not authorized to post a reply.