Hello Tom:
Thank you for the information. I think I recreated your issue. With the "manual" procedure the text records are prepended by default with the en letters for "english" language (or any language you select), while the text records from CSV file are written with und as the language is undefined. I guess it is that d letter you see.
I am checking if there is a way to set the language from the CSV file. I will let you know.As workaround when reading the tag you can discard the language bytes of the record. The first byte of the record payload will tell you the size of the language code (e.g. for en = 2 and for und = 3).
I hope this helps.
Best Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------