Donal Mattimoe Posted November 12, 2021 Posted November 12, 2021 Version 8207.21 How can I get headers to be saved when I output to CSV. I can output to excel and save as CSV, but why will it not work directly
Martin Yergeau Posted November 12, 2021 Posted November 12, 2021 Are you looking for ON TABLE HOLD AS myFolder/myFileName FORMAT COMT
Donal Mattimoe Posted November 16, 2021 Author Posted November 16, 2021 I use this for output coding; ON TABLE PCHOLD FORMAT &WFFMT.(<HTML Web Document (HTML),HTML>,<HTML Active Report (AHTML),AHTML>,<Portable Document Format (PDF),PDF>,<Excel XLSX (XLSX),XLSX>).Output Type:.
Martin Yergeau Posted November 16, 2021 Posted November 16, 2021 You dont have any option to output in CSV, just add it ON TABLE PCHOLD FORMAT &WFFMT.(<HTML Web Document (HTML),HTML>,<HTML Active Report (AHTML),AHTML>,<Portable Document Format (PDF),PDF>,<Excel XLSX (XLSX),XLSX>,<CSV,COMT>).Output Type:.
Donal Mattimoe Posted November 16, 2021 Author Posted November 16, 2021 I was using COMMA, changed to COMT worked Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now