you might want to use the replace all block to replace " by empty string
first split, then replace
- Processing - don't split the text at newlines.
- Save the data to a plain text file so that we can see exactly what is being received.
- Use the same data as before!
To test that, use a replace all text block to replace the test with _ (Underscore) so the records would be like this:Bagi_PatrikBasa_EnikőBicskei_BenceBosznai_TámasBús_DeniszGorac_LoraHorvát_Dávid
I know that is not the case if the data is held in an AI list, then the ListView built from that, so perhaps the work-around would be:db --> AI List --> AI ListView
it might be the special characters you are using, which result in the unwanted double quotes?
Pal, can you try another Do it result of the split block?
Taifun, here it is in the attached image.
ListView and ListPicker are essentially variations of the same thing, no harm done there.
I'm curious though, because you seem to be doing things in reverse - taking strings from a Pick list and setting a Label Component..............
I notice you have added a trim, nothing wrong with that but I would add a trim to the db input process - it's always best to ensure that your data is as squeaky clean as possible.
Did you mean this?
..... it is right at the front end, where either the student or someone else types-in the information. That is where to put safeguarding to ensure nothing "wrong" slips into the db.
In my case there is no trailing space out there, neither in the LibreOffice Calc, nor in the .csv files.
U+0009 character tabulation
U+000A line feed
U+000B line tabulation
U+000C form feed
U+000D carriage return
U+0020 space
U+0085 next line
U+00A0 no-break space
U+1680 ogham space mark
U+180E mongolian vowel separator
U+2000 en quad
U+2001 em quad
U+2002 en space
U+2003 em space
U+2004 three-per-em space
U+2005 four-per-em space
U+2006 six-per-em space
U+2007 figure space
U+2008 punctuation space
U+2009 thin space
U+200A hair space
U+200B zero width space
U+200C zero width non-joiner
U+200D zero width joiner
U+2028 line separator
U+2029 paragraph separator
U+202F narrow no-break space
U+205F medium mathematical space
U+2060 word joiner
U+3000 ideographic space
U+FEFF zero width non-breaking space
what about preparing the database using a tool like the SQLite Manager extension available for the Firefox Browser and import the database on first run of the app using the Import method?Taifun
One can read about this Firefox extension
This extension depended upon the interface to sqlite engine embedded in Firefox. As the interface has been removed in Firefox 57, this extension no longer functions.
here:
https://addons.mozilla.org/hu/firefox/addon/sqlite-manager/
So this extension no longer functions.