pablo.vivanco
New Member
Hi, any help is appreciated (sorry about my english)
Openedge 11.7.19
I have a report that exports a temp-table
OUTPUT TO c:\temp\report.csv.
FOR EACH t-conc_timb NO-LOCK:
EXPORT DELIMITER ',' t-conc_timb.
END.
OUTPUT CLOSE.
But in some user computers the output file doesnt include the quotation marks for the fields, so when is opened in excel everything is just in one column

In other computers it is generated correctly, every field is enclosed in quotation marks, so it can be opened fine in excel, every field in separate column:

Any idea what could be the problem?
Thank you!
Openedge 11.7.19
I have a report that exports a temp-table
OUTPUT TO c:\temp\report.csv.
FOR EACH t-conc_timb NO-LOCK:
EXPORT DELIMITER ',' t-conc_timb.
END.
OUTPUT CLOSE.
But in some user computers the output file doesnt include the quotation marks for the fields, so when is opened in excel everything is just in one column

In other computers it is generated correctly, every field is enclosed in quotation marks, so it can be opened fine in excel, every field in separate column:

Any idea what could be the problem?
Thank you!