Discussions tagged CSV
Datawindow - SaveasFormattedText
- How-to
- Last updated 4 months ago
- Miguel Leeuwe replied 4 months ago
Hello Team,
Please let us know whether the issue still persists. We are working with PB2022 R2 (1878).
"When we got a requirement to change the delimiter in csv, we changed saveas to SaveasFormattedText. The function works for small result sets Bu...
Opening Unicode files without BOMs
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I have encountered a situation where my application is trying to open a file that turns out to be UTF16-LE with no BOM. As documented, PB's FileOpen function won't detect that and thus reads the file incorrectly.
But in the situation where I'm readi...
How to change the delimiter from comma to other special character using powerbuilder
- Resolved
- Issue
- Last updated 2 years ago
- Hannu Pikkarainen replied 1 year ago
Hello Team,
I am using PowerBuilder 2019 in my application. The application has an option to save the files as .csv(Comma Separated Value File Type). Our Client wants to change the delimiter from 'comma' to some other special character. Tried to cha...
How Can I save as the file with the ; separator (PB2019)?
- Resolved
- How-to
- Last updated 3 years ago
- mike S replied 3 years ago
Hi All,
I need obtein the CSV file with the ; separator en PB2019 R2, Could you help, please?
This is the code
choose case ls_extension case 'CSV' dw_1.Saveas(c:\file, CSV!, TRUE) end choose
This is the example file, obtein no...
- Page :
- 1