Wish LoadCSV from a String - Alessandro71    Oct 5, 2025 StringUtils LoadCSV requires a file in input.
Having already read the file, it would be nice to run LoadCSV on a string.... B4J Question [BANano] Load csv file - angel_    Aug 27, 2022 I am trying to load a csv file into a two dimensional array.
- Is it possible to use jStringUtils to load the csv?
- Does BANano support two-dimensional arrays?... B4A Question Load CSV into Sqlite - anaylor01    May 25, 2011 Here is what I am trying to do. Load a csv file into a sqlite database. This database will be used... = su.LoadCSV(File.DirAssets, "Trivia.csv", ",")
But I can't find the code... B4A Tutorial ✅ [B4X] [XUI] [B4XPages] B4A PreoptimizedCLV lazy loading from SQLite and CSV - Newer developers - Peter Simpson    Feb 23, 2021   (28 reactions) -loading-from-sqlite-and-csv-newer-developers.127939/
https://www.b4x.com/android/forum/threads/%F0%9F%92%A1-b4x-xui-b4xpages-b4j-preoptimizedclv-lazy-loading-from-sqlite-and-csv-newer-developers... Spanish [RESUELTO] LoadCSV no carga datos - roerGarcia    Apr 15, 2021   (1 reaction) Procedo a la explicación: Private Sub LoadData (csvFile As String) Dim data As List Dim su As StringUtils data.Initialize If File.Exists(xui.DefaultFolder, csvFile) Then Log("Found it " & xui.DefaultFolder & "\" & csvFile) data = su.LoadCSV(xui.DefaultFolder, csvFile, "|") Else data.Initialize End If... archivo descargado y en disco (Windows porque es B4J) existe y es editable. Pero el string utils loadCSV... B4J Question LoadCSV error with jStringUtils - Gianni M    Jun 14, 2019 row
now, my code is:
Dim su As StringUtils
Dim ItemList As List
ItemList = su.LoadCSV (myPath...)
at anywheresoftware.b4a.objects.StringUtils.LoadCSV2(StringUtils.java:207)
at anywheresoftware... B4A Question Error Loading CSV File in Tableview - junaidahmed    Mar 24, 2018 I have an csv file ,I am trying to Load this csv File in Table, but its shows an error message....b4a.objects.StringUtils.LoadCSV2(StringUtils.java:243)
at java.lang.reflect.Method.invoke(Native... B4A Question loadCSV adding "ZERO WIDTH NO-BREAK SPACE" with the unicode 65279 to the beginning of the string - kris A (first post)    Mar 6, 2024 i am in the capital. Jakarta. Lombok or labuan bajo is really nice. lots of aussies here. dont driv... B4J Question LoadCSV2 - comparing headers - h725 (first post)    Feb 26, 2024 Thank you for the input.
I used the step-by-step solution which is working fine.... B4J Question LoadCSV - Orejana    Aug 12, 2018 like "Thanks for any help :-)
If File.Exists(File.DirApp, "temp_max.csv") Then table_max=su.LoadCSV(File.DirApp, "temp_max.csv", ",")
If table_max.Size...Hi everyone.
I'm saving dates and temperatures into a CSV-file, which works perfectly. (Format: 12.08.2018, 25.5)
Now I'm trying to call my data (line by line, I want to add the data to... Page: 1   2   3   4   |