Discussions tagged CSV

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...
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...
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