Page 1 of 1

Android: Convert CSDB to Text File

Posted: May 4th, 2021, 7:13 am
by emdisala
Dear all,

Android: Convert CSDB to Text File

Seeking convenient method to convert csdb file to text file in android device, which can be use with same dictionary.

Many thanks

Disala

Re: Android: Convert CSDB to Text File

Posted: May 4th, 2021, 8:16 am
by Gregory Martin
You would have to do this in a program where the dictionary is loaded as an external dictionary. Then, the easiest option would be to use the fileconcat function:
fileconcat(MY_DICT, "text-data.dat", "csprodb-data.csdb");

Re: Android: Convert CSDB to Text File

Posted: May 4th, 2021, 8:31 pm
by emdisala
Dear Gregory Martin,

Nice, thank you very much, appreciated, that was good thinking.

Disala
Gregory Martin wrote: May 4th, 2021, 8:16 am You would have to do this in a program where the dictionary is loaded as an external dictionary. Then, the easiest option would be to use the fileconcat function:
fileconcat(MY_DICT, "text-data.dat", "csprodb-data.csdb");