Android Question B4XTable and saving to data

JonnyCav

Member
I have successfully created a table and saved the data in my 'Downloads' folder (because it's a report for distribution outside the app users).

However, the text looks like this:
[Ljava.lang.Object;@8f7df58
[Ljava.lang.Object;@da718b1
[Ljava.lang.Object;@391a196
[Ljava.lang.Object;@441b117
[Ljava.lang.Object;@2b79904
[Ljava.lang.Object;@5e38eed

Data from the database that fills the B4XTable is in English, Chinese and Russian.

I have saved a fixed-text file (in all languagess) which reads perfectly.

Do I need to set some text formatting (UTF-8 et al) to the table at creation?

Should it be a csv file and not txt?

If so, how to?

Otherwise, what might my problem be?
 
Top