B4A Question StringUtils.SaveCSV - get actual saved filename changed by user - Mark Stuart (first post)    Oct 1, 2025   (1 reaction) 0 Then
'save as CSV file format
su.SaveCSV(Folder,Filename,",",data... B4A Question [Solved] StringUtils.SaveCSV with ANSI characters - asales    Oct 2, 2017 I use the SaveCSV to export data from sqlite database (list from DBUtils.ExecuteMemoryTable) and I have a problem in accented letters.
Excel don't read correctly this letters and return... Antivirus, using this library.
Is there a way to uses the SaveCSV with the correct encoding (ANSI... B4J Question StringUtils: SaveCSV2 Quotes & extra LF? - KMatle    Dec 12, 2016 I've mentioned that SaveCSV2 produces quotes and extra LF's. Any reason for that behaviour?
This code
Dim ExportList As List
ExportList.Initialize
Dim ExportMap As Map
For i=0 To OrderList.Size -1
Dim row(9) As String
ExportMap=OrderList.Get..."))
su.SaveCSV2(File.DirApp,EFn,";",ExportList,CSVHeaders)
with this data... B4J Question StringUtils.SaveCSV - duneplodder (first post)    Dec 9, 2015 Thank you.... B4A Question StringUtils / SaveCSV2 output - Erel (first post)    Jan 2, 2013 LF is Chr(10).... B4J Question SaveCSV2 with arabic letters - le_toubib    Jun 23, 2016 Hii alll I'm Using the stringutils.saveCSV2 method to export a table view to a csv file but when i open it i find the arabic letters not shown correctly (gibberish) . how to correct that ?... B4A Question Strange behaviour of StringBuilder - Wosl (first post)    Sep 10, 2025 Hi Erel, I'm very much pleased to get comments from you!
To #1a:
The StringUtils.SaveCSV is a great function to export into CSV type file (in combination with StringUtils.SaveCSV2 for the header) . What you need is the table structure as described in the documentation: A List with arrays of strings as items. Each array represents a row. All arrays should be of the same length. This would... B4J Question Optimal way to store Arrays as CSV? - Erel (first post)    Mar 14, 2023   (2 reactions) CSV is a bit more complicated as there are some characters that need to be escaped. There are two implementations of CSV: StringUtils.SaveCSV CSVParser - CSV parser and generator ... B4J Question Change character separator when printing arrays to file - Erel (first post)    Nov 9, 2020
Otherwise, could you suggest me a clever way to print out a list of arrays? ?
StringUtils.SaveCSV... B4J Question SaveCSV2 - MarcoRome    Dec 18, 2021 ","5","6","7"))
Dim su As StringUtils
su.SaveCSV2(File.DirApp... to class at anywheresoftware.b4a.objects.StringUtils.SaveCSV2(StringUtils.java:74)
at java... Page: 1   2   3   4   5   6   7   |