Android Question Save mdb file to csv error

BitsAndBytes

Active Member
Licensed User
I have a table on an jackcess mdb file with two columns colA, colB and i want to add it to a list and use str.SaveCSV(File.DirRootExternal ", "file.csv", ",", listTableA) but when i add it on a list and try to save it i receive error "java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.String[]"

How i can save an mdb Table with 2 columns to *.csv File?

Thank you :)
 
Last edited:
Top