Discussions tagged CSV
Opening Unicode files without BOMs
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year 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 1 year ago
- Hannu Pikkarainen replied 1 day 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 2 years ago
- mike S replied 2 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